From: Guido van Rossum Date: Fri, 4 May 2001 13:40:18 +0000 (+0000) Subject: Add TODO item about x in y -- this should use iterators too, IMO. X-Git-Tag: v2.2a3~1911 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e360db159a04bcff6ad1db4a1c09adae4d620b2;p=python Add TODO item about x in y -- this should use iterators too, IMO. --- diff --git a/Misc/NEWS b/Misc/NEWS index bf63854180..01455d21cf 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)? =================================