diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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. |