summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS9
1 files changed, 5 insertions, 4 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7dc1840..729cbc7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -16,11 +16,9 @@ TO DO
- Weed really old/weird stuff from the library.
-- Unify range() and xrange().
-
- Use io.py instead of C stdio everywhere.
-- Make strings all Unicode.
+- Make strings all Unicode (see branches/py3k-struni).
- Get rid of various compatibility-related flags (e.g. division flags).
@@ -28,6 +26,9 @@ TO DO
Core and Builtins
-----------------
+- range() now returns an iterator rather than a list. Floats are not allowed.
+ xrange() is no longer defined.
+
- Merged from (2.6) trunk at r54987.
- Patch #1660500: hide iteration variable in list comps, add set comps
@@ -171,7 +172,7 @@ Extension Modules
Library
-------
-- Remove functions in string module that are also string methods.
+- Remove functions in string and strop modules that are also string methods.
- Remove obsolete modules: xmllib, stringold.