Size: 1011
Comment:
|
Size: 1164
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 29: | Line 29: |
* sets -- all python version from CPython 2.3 needs generator support... not sure when that will happen. Try adding "from __future__ import generators" to the top of the file. | * sets -- all python version from CPython 2.3 looks very good (once I stopped making silly mistakes while testing) 5 failing tests: 4 having to do with pickling and 1 that I need to take a closer look at. Overall it looks like sets.py should work pretty much unchanged. |
Line 32: | Line 32: |
* expected late Feb or early March (work is going well, just testing now.) |
* done (with some bugfixing help from Brian) * new-style <type 'tuple'> * new-style for underlying PySequence for tuple, list, etc. |
- wiki management
new-style <type 'string'>
- asyncore, socket and select modules
- site management
- installer
- next version beginning of march, I strongly hope
new-style <type 'file'>
- I'll give it a try
- polishing up new-style classes
- JSR223
- datetime and sets (testing the python modules)
- datetime -- all python version from CPython sandbox is pending small problems with new-style classes.
- sets -- all python version from CPython 2.3 looks very good (once I stopped making silly mistakes while testing) 5 failing tests: 4 having to do with pickling and 1 that I need to take a closer look at. Overall it looks like sets.py should work pretty much unchanged.
new-style <type 'float'>
- done (with some bugfixing help from Brian)
new-style <type 'tuple'>
new-style for underlying PySequence for tuple, list, etc.
- PEP302
NewStyleClasses todos
new-style <type 'tuple'>
- unicodedata module