[issue13994] incomplete revert in 2.7 Distutils left two copies of customize_compiler

Éric Araujo report at bugs.python.org
Sun Feb 12 04:03:01 CET 2012


Éric Araujo <merwok at netwok.org> added the comment:

FWIW I approve of the patch.

Quoting Ned:
> this isn't the first time we've been burned by the after effects of the 2.7 Distutils
> revert.  I really think we should go through and make sure there aren't other unnecessary
> discrepancies between the current state of 2.7.x and 3.2.x/default.
The revert indiscriminately reverted new features and bug and doc fixes, some of which have been fixed again later when rediscovered.  I never did a systematic review but I could.  One of the most painful difference between 2.7 and 3.x is the use of urllib vs. httplib in the register and upload commands, which does not let me port patches easily.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13994>
_______________________________________


More information about the Python-bugs-list mailing list