]> granicus.if.org Git - python/commitdiff
Get rid of some old TO TO items.
authorGuido van Rossum <guido@python.org>
Tue, 13 Feb 2007 19:55:23 +0000 (19:55 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 13 Feb 2007 19:55:23 +0000 (19:55 +0000)
Misc/NEWS

index 72a7d84ebff0d9a4d737b4be79a42210a60ae3cb..c20793e2ba226fa61cace8a691ed318f5bb6ec50 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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).