Differences between revisions 41 and 42
Revision 41 as of 2006-08-24 22:18:18
Size: 2507
Editor: 65
Comment:
Revision 42 as of 2006-08-25 02:56:52
Size: 2604
Editor: adsl-69-107-119-172
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Here are some Py3k tasks we could work on, are working on, have worked on at the GoogleSprint. == The sprint is over ==

Thanks to all who participated! Here's my blog with the report:
http://www.artima.com/weblogs/viewpost.jsp?thread=173453

Below is the list of Py3k tasks we worked on (or wanted to work on) at the GoogleSprint.
Line 7: Line 12:
To claim a task, please add your name to it and move it to the next section. (We didn't get to these.)
Line 15: Line 20:
 * Py3kConversionTools: Work on tool to help convert (flag keywords like with/as, removed functions/methods: apply/{}.iter*/{}.has_key/etc) (Jeremy Hylton)
Line 23: Line 26:

 * Py3kConversionTools: Work on tool to help convert (flag keywords like with/as, removed functions/methods: apply/{}.iter*/{}.has_key/etc) (Jeremy Hylton)

Python 3000 Goals for the Google Sprint

The sprint is over

Thanks to all who participated! Here's my blog with the report: http://www.artima.com/weblogs/viewpost.jsp?thread=173453

Below is the list of Py3k tasks we worked on (or wanted to work on) at the GoogleSprint.

Suggested Tasks

(We didn't get to these.)

  • Make IDLE work -- there are relative import issues, perhaps others.
  • When the I/O library is ready, start unifying str/unicode.
  • Put back nb_ <true division> slots (regular and augmented)

  • Make map() and filter() iterators and make them stop at the end of the shortest input (like zip()) instead of at the end of the longest input (like itertools?)
  • See PEP 3100 for more ideas

Claimed Tasks

Finished Tasks

  • Make zip() an iterator (like itertools.izip()) (done; Guido) (Brian too!)
  • Clean up comparisons. Remove the ability to order objects where it doesn't make sense. (Guido, Alex)
  • Fix various unit tests that are currently failing in the p3yk branch (done, various sprinters).
  • Rip out the last remains of coerce (done, Neal; need to rename nb_coerce slot)
  • Make it so that hash can be set to None to declare an unhashable type, and to automatically do this the first time eq or cmp are overridden but hash is not (done, Guido & Alex)

  • Rip out reduce() (done, John Reese and Jacques Frechet)
  • Kill uses of has_key() in idlelib (done, John R & Jacques F).

  • Get rid of all references to file() in favor of open(). (done, Anna)
  • Rip out classic classes (done pre-sprint, Guido)

GoogleSprintPy3k (last edited 2008-11-15 13:59:51 by localhost)

Unable to edit the page? See the FrontPage for instructions.