]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Replace all map(None, a) with list(a).
authorGeorg Brandl <georg@python.org>
Fri, 18 Jul 2008 19:06:13 +0000 (19:06 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 18 Jul 2008 19:06:13 +0000 (19:06 +0000)
commit74bbc79d10862727c9126f4f8d8868c021a389e4
treeb023834db1dfc875eb379a2f1d270a02988c856c
parente2886fd3ca357c4cf7c1584375d9b9bb55d476b7
Replace all map(None, a) with list(a).
Demo/tkinter/guido/rmt.py
Lib/string.py
Lib/stringold.py
Lib/test/test_grp.py
Lib/test/test_pwd.py