[Python-checkins] r75735 - sandbox/trunk/2to3/lib2to3/fixes/fix_map.py

benjamin.peterson python-checkins at python.org
Mon Oct 26 22:28:25 CET 2009


Author: benjamin.peterson
Date: Mon Oct 26 22:28:25 2009
New Revision: 75735

Log:
remove unused result

Modified:
   sandbox/trunk/2to3/lib2to3/fixes/fix_map.py

Modified: sandbox/trunk/2to3/lib2to3/fixes/fix_map.py
==============================================================================
--- sandbox/trunk/2to3/lib2to3/fixes/fix_map.py	(original)
+++ sandbox/trunk/2to3/lib2to3/fixes/fix_map.py	Mon Oct 26 22:28:25 2009
@@ -49,8 +49,7 @@
     >
     |
     power<
-        'map'
-        args=trailer< '(' [arglist=any] ')' >
+        'map' trailer< '(' [arglist=any] ')' >
     >
     """
 


More information about the Python-checkins mailing list