Add TODO item about x in y -- this should use iterators too, IMO.

This commit is contained in:
Guido van Rossum 2001-05-04 13:40:18 +00:00
parent 3e067578f6
commit 3e360db159
1 changed files with 1 additions and 0 deletions

View File

@ -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)?
=================================