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 collinwinter
Recipients
Date 2006-06-27.12:15:33
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This patch cleans up the usage of map() in the standard
library. Among other things, it removes several usages
of things like map(None, x), as well as simplifying a
number of map(lambda: ..., x) expressions.

This patch is against r47124.
History
Date User Action Args
2007-08-23 15:53:08adminlinkissue1513299 messages
2007-08-23 15:53:08admincreate