diff options
author | Guido van Rossum <guido@python.org> | 2007-02-13 19:55:23 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2007-02-13 19:55:23 (GMT) |
commit | d4588c18f23cd4d2f0911528d3493f7067b423cf (patch) | |
tree | 28107cb18770d466e1ab51c3a6ac335920d44ccf /Misc | |
parent | 4726942cebe63b422ec2b9effcfb461cc7db322a (diff) | |
download | cpython-d4588c18f23cd4d2f0911528d3493f7067b423cf.zip cpython-d4588c18f23cd4d2f0911528d3493f7067b423cf.tar.gz cpython-d4588c18f23cd4d2f0911528d3493f7067b423cf.tar.bz2 |
Get rid of some old TO TO items.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -14,22 +14,14 @@ TO DO - See PEP 3000, 3100. -- Test merging certain changes from the 2.5 HEAD code. - - Weed really old/weird stuff from the library. - Unify range() and xrange(). -- Revamp the dict API: keys(), values(), items() return iterators, etc. - -- Add the bytes type. - - Rework the standard I/O library to use bytes for binary files. - Make strings all Unicode. -- Get rid of classic class implementation. - - Get rid of various compatibility-related flags (e.g. division flags). @@ -51,7 +43,7 @@ Core and Builtins - PEP 3102: keyword-only arguments. -- Int/Long unification is mostly complete. The 'long' built-in type +- Int/Long unification is complete. The 'long' built-in type and literals with trailing 'L' or 'l' have been removed. Performance may be sub-optimal (haven't really benchmarked). |