File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,22 +14,14 @@ TO DO
1414
1515- See PEP 3000, 3100.
1616
17- - Test merging certain changes from the 2.5 HEAD code.
18-
1917- Weed really old/weird stuff from the library.
2018
2119- Unify range() and xrange().
2220
23- - Revamp the dict API: keys(), values(), items() return iterators, etc.
24-
25- - Add the bytes type.
26-
2721- Rework the standard I/O library to use bytes for binary files.
2822
2923- Make strings all Unicode.
3024
31- - Get rid of classic class implementation.
32-
3325- Get rid of various compatibility-related flags (e.g. division flags).
3426
3527
@@ -51,7 +43,7 @@ Core and Builtins
5143
5244- PEP 3102: keyword-only arguments.
5345
54- - Int/Long unification is mostly complete. The 'long' built-in type
46+ - Int/Long unification is complete. The 'long' built-in type
5547 and literals with trailing 'L' or 'l' have been removed.
5648 Performance may be sub-optimal (haven't really benchmarked).
5749
You can’t perform that action at this time.
0 commit comments