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 belopolsky
Recipients ajaksu2, akuchling, belopolsky, doerwalter, rhettinger, vstinner
Date 2010-08-16.19:10:36
SpamBayes Score 2.1649349e-14
Marked as misclassified No
Message-id <1281985839.84.0.532774020901.issue665761@psf.upfronthosting.co.za>
In-reply-to
Content
Committed to py3k in r84098.   Accepting this change for py3k was an easy decision to make because zip and map already behave this way in 3.x.

I am inclined to reject this for 2.7, however.  While I agree that this is a bug, fixing it has a potential of breaking users' code.  I also note that for zip and map, 2.7 users can switch to izip and imap which don't have this problem.  Arguably, switching to izip and imap in new code is a good idea regardless of this issue.  While there is no similar work-around for reduce, I don't think this bug is important enough to introduce backward incompatible change in the stable series.
History
Date User Action Args
2010-08-16 19:10:40belopolskysetrecipients: + belopolsky, akuchling, doerwalter, rhettinger, vstinner, ajaksu2
2010-08-16 19:10:39belopolskysetmessageid: <1281985839.84.0.532774020901.issue665761@psf.upfronthosting.co.za>
2010-08-16 19:10:36belopolskylinkissue665761 messages
2010-08-16 19:10:36belopolskycreate