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:18:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334873929.16.0.498667978318.issue13994@psf.upfronthosting.co.za>
In-reply-to
Content
The patch broke egenix-mx-base, since it relies on the customize_compiler() being available in distutils.ccompiler:

https://www.egenix.com/mailman-archives/egenix-users/2012-April/114838.html

If you make such changes to dot releases, please make absolutely sure that when you move functions from one module to another, you keep backwards compatibility aliases around.
History
Date User Action Args
2012-04-19 22:18:49lemburgsetrecipients: + lemburg, benjamin.peterson, tarek, ned.deily, eric.araujo, python-dev
2012-04-19 22:18:49lemburgsetmessageid: <1334873929.16.0.498667978318.issue13994@psf.upfronthosting.co.za>
2012-04-19 22:18:48lemburglinkissue13994 messages
2012-04-19 22:18:48lemburgcreate