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 eric.araujo
Recipients chris.jerdonek, dstufft, eric.araujo, jaraco, jeffknupp, tarek
Date 2014-03-13.19:32:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394739179.65.0.623826104027.issue16989@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for weighing in.  (Adding Donald as pip representative.)

> I'd prefer the patch be accepted or rejected on merits.

The current patch is incomplete because not fully backward-compatible: even if we imported “distutils.debug” everywhere, we’d still need to support third-party code setting for example “distutils.core.DEBUG”.  To fix that, something like a custom module type subclass would be needed, which seems heavy-handed to me.  I weighed that cost against the benefits (slightly easier to change DEBUG status), saw that no developer of setuptools or pip had requested the change (but maybe because of distutils’ complicated maintenance status), and concluded that it was much trouble for little benefit.  Should I reconsider?
History
Date User Action Args
2014-03-13 19:32:59eric.araujosetrecipients: + eric.araujo, jaraco, tarek, chris.jerdonek, jeffknupp, dstufft
2014-03-13 19:32:59eric.araujosetmessageid: <1394739179.65.0.623826104027.issue16989@psf.upfronthosting.co.za>
2014-03-13 19:32:59eric.araujolinkissue16989 messages
2014-03-13 19:32:59eric.araujocreate