Author: guido.van.rossum Date: Tue Feb 13 20:55:23 2007 New Revision: 53773
Modified: python/branches/p3yk/Misc/NEWS Log: Get rid of some old TO TO items. Modified: python/branches/p3yk/Misc/NEWS ============================================================================== --- python/branches/p3yk/Misc/NEWS (original) +++ python/branches/p3yk/Misc/NEWS Tue Feb 13 20:55:23 2007 @@ -14,22 +14,14 @@ - 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 @@ - 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). _______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
