]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove incorrect usages of map() in distutils.
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Sat, 26 Jul 2008 20:09:45 +0000 (20:09 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Sat, 26 Jul 2008 20:09:45 +0000 (20:09 +0000)
commit61cb0873591f9c43c1e10fcbe611c43f943c7c90
treefa2cf90f0051355baafb184641a1385dafcc1a7e
parent9a2310d1b6b80bae072892de04464d23b1e88881
Remove incorrect usages of map() in distutils.
Reported by Lisandro Dalcin.
Lib/distutils/cmd.py
Lib/distutils/command/build_ext.py
Lib/distutils/dist.py
Lib/distutils/filelist.py
Lib/distutils/mwerkscompiler.py
Lib/distutils/text_file.py