summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d556afa..469d21f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,11 +23,11 @@ Core
max()
min()
reduce()
- string.join()
+ .join() method of strings
tuple()
unicode.join()
XXX TODO zip()
- XXX TODO 'x in y'
+ 'x in y' and 'x not in y'
What's New in Python 2.1 (final)?
=================================