]> granicus.if.org Git - python/commit
Issue #13994: Earler partial revert of Distutils enhancements in 2.7
authorNed Deily <nad@acm.org>
Sat, 11 Feb 2012 19:40:24 +0000 (20:40 +0100)
committerNed Deily <nad@acm.org>
Sat, 11 Feb 2012 19:40:24 +0000 (20:40 +0100)
commitc47a4592514568215aa617fc25121a9a9a83e3f1
treea732b6b01cd914966eaa200109939340e02e8966
parent0f7e2df2f171a26e73b874a961d9c42ff9abf3e8
Issue #13994: Earler partial revert of Distutils enhancements in 2.7
has left two versions of customize_compiler, the original in
distutils.sysconfig and another copy in distutils.ccompiler, with some
parts of distutils calling one and others using the other.
Complete the revert back to only having one in distutils.sysconfig as
is the case in 3.x.
Lib/distutils/ccompiler.py
Lib/distutils/command/build_clib.py
Lib/distutils/command/config.py
Lib/distutils/sysconfig.py
Lib/distutils/tests/test_build_clib.py
Lib/distutils/tests/test_ccompiler.py
Misc/NEWS