]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add a test to verify an early call to iter() on the outermost for
authorRaymond Hettinger <python@rcn.com>
Thu, 20 May 2004 23:04:13 +0000 (23:04 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 20 May 2004 23:04:13 +0000 (23:04 +0000)
commit83ee79524ae6462b7b044bb9cf2f625231814dba
treeb38a10b38e59789a6dc7c99d7312b97a5cd319d4
parent956e4f792fbaea5aca938d6ed0d66bdc7c7e401b
Add a test to verify an early call to iter() on the outermost for
expression.
Lib/test/test_genexps.py