This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lemburg
Recipients benjamin.peterson, eric.araujo, lemburg, ned.deily, python-dev, tarek
Date 2012-04-19.22:24:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334874264.76.0.989793229604.issue13994@psf.upfronthosting.co.za>
In-reply-to
Content
Here's the quote from mxSetup.py:

    # distutils changed a lot in Python 2.7 due to many
    # distutils.sysconfig APIs having been moved to the new
    # (top-level) sysconfig module.
    from sysconfig import \
         get_config_h_filename, parse_config_h, get_path, \
         get_config_vars, get_python_version, get_platform

    # This API was moved from distutils.sysconfig to distutils.ccompiler
    # in Python 2.7
    from distutils.ccompiler import customize_compiler

So in 2.7 the function was moved from sysconfig to ccompiler (where it belongs), and now you're reverting the change in the third dot release.
History
Date User Action Args
2012-04-19 22:24:24lemburgsetrecipients: + lemburg, benjamin.peterson, tarek, ned.deily, eric.araujo, python-dev
2012-04-19 22:24:24lemburgsetmessageid: <1334874264.76.0.989793229604.issue13994@psf.upfronthosting.co.za>
2012-04-19 22:24:24lemburglinkissue13994 messages
2012-04-19 22:24:24lemburgcreate