]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Teach the types module about generators. Thanks to James Althoff on the
authorTim Peters <tim.peters@gmail.com>
Mon, 25 Jun 2001 19:46:25 +0000 (19:46 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 25 Jun 2001 19:46:25 +0000 (19:46 +0000)
commit3e7b1a04a0fe02098ffc03b5c0fc6546a5f7d2d1
tree1b79b6897c94e6914beb1f86e59c40a2ec9a056d
parentae1f65ff825f72f3972e503036966e206f5b39fa
Teach the types module about generators.  Thanks to James Althoff on the
Iterators list for bringing it up!
Doc/lib/libtypes.tex
Lib/test/test_generators.py
Lib/types.py