summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4e684d4..31c31c2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,7 +18,7 @@ TO DO
- Unify range() and xrange().
-- Rework the standard I/O library to use bytes for binary files.
+- Use io.py instead of C stdio everywhere.
- Make strings all Unicode.
@@ -28,6 +28,8 @@ TO DO
Core and Builtins
-----------------
+- Merged from (2.6) trunk at r54987.
+
- Patch #1660500: hide iteration variable in list comps, add set comps
and use common code to handle compilation of iterative expressions