summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS12
1 files changed, 4 insertions, 8 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index aecc5e9..1f971cd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -17,17 +17,13 @@ Core
- The following functions were generalized to work nicely with iterator
arguments:
- filter()
- list()
- map()
- max()
- min()
- reduce()
- tuple() (PySequence_Tuple() and PySequence_Fast() in C API)
+ map(), filter(), reduce()
+ list(), tuple() (PySequence_Tuple() and PySequence_Fast() in C API)
+ max(), min()
+ zip()
.join() method of strings
'x in y' and 'x not in y' (PySequence_Contains() in C API)
operator.countOf() (PySequence_Count() in C API)
- XXX TODO zip()
What's New in Python 2.1 (final)?