summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d707a7a..bf63854 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,7 +23,9 @@ Core
max()
min()
reduce()
-
+ XXX TODO string.join(), unicode.join()
+ XXX TODO tuple()
+ XXX TODO zip()
What's New in Python 2.1 (final)?
=================================