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 vsinitsyn
Recipients docs@python, r.david.murray, vsinitsyn
Date 2015-03-27.16:02:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427472167.1.0.13664600274.issue23787@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, strings aren't an issue. I only used them as an example.

I came across this issue during code review, discussing if it is okay to pass generator expression to sum() (like sum(x*2 for x in xrange(5)) or is it better to convert it to the list first (sum([x*2 for x in xrange(5)])). Both variants work so docstring is sort of specification here.

Surely, it's not a high priority task anyways.
History
Date User Action Args
2015-03-27 16:02:47vsinitsynsetrecipients: + vsinitsyn, r.david.murray, docs@python
2015-03-27 16:02:47vsinitsynsetmessageid: <1427472167.1.0.13664600274.issue23787@psf.upfronthosting.co.za>
2015-03-27 16:02:47vsinitsynlinkissue23787 messages
2015-03-27 16:02:46vsinitsyncreate