This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author qwjqwj
Recipients pitrou, qwjqwj
Date 2009-03-27.16:13:01
SpamBayes Score 0.0043310616
Marked as misclassified No
Message-id <1238170383.12.0.114750385219.issue5577@psf.upfronthosting.co.za>
In-reply-to
Content
>>> x = ((yield i) for i in range(10))
>>> list(x)
[0, None, 1, None, 2, None, 3, None, 4, None, 5, None, 6, None, 7, None,
8, None, 9, None]
History
Date User Action Args
2009-03-27 16:13:03qwjqwjsetrecipients: + qwjqwj, pitrou
2009-03-27 16:13:03qwjqwjsetmessageid: <1238170383.12.0.114750385219.issue5577@psf.upfronthosting.co.za>
2009-03-27 16:13:02qwjqwjlinkissue5577 messages
2009-03-27 16:13:02qwjqwjcreate