summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2001-05-04 13:40:18 (GMT)
committerGuido van Rossum <guido@python.org>2001-05-04 13:40:18 (GMT)
commit3e360db159a04bcff6ad1db4a1c09adae4d620b2 (patch)
treed08e49f02a0cf95dbcc623ae288e0ca3da6b806c /Misc
parent3e067578f6532caac518b8ded334aa8a12d92cba (diff)
downloadcpython-3e360db159a04bcff6ad1db4a1c09adae4d620b2.zip
cpython-3e360db159a04bcff6ad1db4a1c09adae4d620b2.tar.gz
cpython-3e360db159a04bcff6ad1db4a1c09adae4d620b2.tar.bz2
Add TODO item about x in y -- this should use iterators too, IMO.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bf63854..01455d2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -26,6 +26,7 @@ Core
XXX TODO string.join(), unicode.join()
XXX TODO tuple()
XXX TODO zip()
+ XXX TODO 'x in y' (!) (?)
What's New in Python 2.1 (final)?
=================================