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 Ramchandra Apte
Recipients Ramchandra Apte, dair-targ
Date 2012-05-30.09:07:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338368836.55.0.0298038659704.issue14961@psf.upfronthosting.co.za>
In-reply-to
Content
I think this is quite a major change to Python and this needs a PEP BTW issue912738 and therefore this bug no longer applies to Python 3.
In Python 3 map returns an iterator.
Even if you wanted to implement this feature in Python 2, it is not possible because in Python 2.7 (the only Python 2 release which is not in bug-fix mode) only minor enhancements are allowed.
-1 for this proposal
History
Date User Action Args
2012-05-30 09:07:16Ramchandra Aptesetrecipients: + Ramchandra Apte, dair-targ
2012-05-30 09:07:16Ramchandra Aptesetmessageid: <1338368836.55.0.0298038659704.issue14961@psf.upfronthosting.co.za>
2012-05-30 09:07:15Ramchandra Aptelinkissue14961 messages
2012-05-30 09:07:15Ramchandra Aptecreate