]> granicus.if.org Git - python/commitdiff
Add TODO item about x in y -- this should use iterators too, IMO.
authorGuido van Rossum <guido@python.org>
Fri, 4 May 2001 13:40:18 +0000 (13:40 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 4 May 2001 13:40:18 +0000 (13:40 +0000)
Misc/NEWS

index bf63854180d2a077c3f50e31b343ecebf2beea30..01455d21cf94570c11a0398f33e0500ba38bfecf 100644 (file)
--- 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)?
 =================================