]> granicus.if.org Git - python/commitdiff
Some more TODO items of things I'd like to start with.
authorGuido van Rossum <guido@python.org>
Mon, 20 Mar 2006 04:35:06 +0000 (04:35 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 20 Mar 2006 04:35:06 +0000 (04:35 +0000)
Mention the builtins that Neal killed.

Misc/NEWS

index 111112b0d42adf66d3547f270e9e1696a5e8afab..1595649bdcefd2d8b59ee4661f3071a1449b7317 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,7 +12,21 @@ What's New in Python 3000?
 TO DO
 -----
 
-- Make strings all Unicode.  (First have to introduce the bytes type.)
+- See PEP 3000.
+
+- 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.
 
@@ -31,6 +45,8 @@ Core and Builtins
 
 - Absolute import is the default behavior for 'import foo' etc.
 
+- input(), raw_input() and apply() are gone.
+
 Extension Modules
 -----------------