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 eric.araujo
Recipients amaury.forgeotdarc, dwt, eric.araujo
Date 2012-01-17.16:20:06
SpamBayes Score 4.5330777e-05
Marked as misclassified No
Message-id <1326817207.7.0.988384894284.issue13804@psf.upfronthosting.co.za>
In-reply-to
Content
I think this discussion would be more useful on the python-ideas mailing list.  The request (adding map to sequences) will probably be rejected*, but you have a good chance to get an explanation for this design choice by Guido van Rossum or one of the old-timer core devs.

*I think so because of str.join: people have said that they would prefer a list operation, but it’s always been denied because it would put the burden on any sequency type to implement the method, whereas with a str method then all iterables and iterators are supported for free.
History
Date User Action Args
2012-01-17 16:20:07eric.araujosetrecipients: + eric.araujo, amaury.forgeotdarc, dwt
2012-01-17 16:20:07eric.araujosetmessageid: <1326817207.7.0.988384894284.issue13804@psf.upfronthosting.co.za>
2012-01-17 16:20:07eric.araujolinkissue13804 messages
2012-01-17 16:20:06eric.araujocreate