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 r.david.murray
Recipients Julian, dabeaz, doughellmann, gvanrossum, ncoghlan, nedbat, pconnell, r.david.murray, rhettinger, skrah, twouters
Date 2013-06-15.21:55:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371333332.09.0.500157263853.issue18111@psf.upfronthosting.co.za>
In-reply-to
Content
I find it interesting that I just came across a case where I want this functionality, involving a generator derived from a possibly-empty sql table.  I'm using Stefan's functional expression for now :)
History
Date User Action Args
2013-06-15 21:55:32r.david.murraysetrecipients: + r.david.murray, gvanrossum, twouters, rhettinger, ncoghlan, nedbat, doughellmann, skrah, dabeaz, Julian, pconnell
2013-06-15 21:55:32r.david.murraysetmessageid: <1371333332.09.0.500157263853.issue18111@psf.upfronthosting.co.za>
2013-06-15 21:55:32r.david.murraylinkissue18111 messages
2013-06-15 21:55:31r.david.murraycreate