Éric Araujo added the comment:

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?

----------
nosy: +dstufft

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16989>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to