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 jdufresne, r.david.murray
Date 2015-01-06.08:26:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420532770.26.0.451160292368.issue23171@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm.  That could be an issue.  If someone passes a generator they will generally expect it to be consumed as a generator, not turned into a list implicitly.  So it may be better to turn this into a doc bug and require the explicit "list" call :(.
History
Date User Action Args
2015-01-06 08:26:10r.david.murraysetrecipients: + r.david.murray, jdufresne
2015-01-06 08:26:10r.david.murraysetmessageid: <1420532770.26.0.451160292368.issue23171@psf.upfronthosting.co.za>
2015-01-06 08:26:10r.david.murraylinkissue23171 messages
2015-01-06 08:26:10r.david.murraycreate