[Patches] [ python-Patches-1513299 ] Clean up usage of map() in the stdlib

SourceForge.net noreply at sourceforge.net
Tue Jun 27 14:15:33 CEST 2006


Patches item #1513299, was opened at 2006-06-27 08:15
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1513299&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Library (Lib)
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Submitted By: Collin Winter (collinwinter)
Assigned to: Nobody/Anonymous (nobody)
Summary: Clean up usage of map() in the stdlib

Initial Comment:
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.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1513299&group_id=5470


More information about the Patches mailing list