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 ncoghlan
Recipients dstufft, eric.araujo, ncoghlan, rbricheno
Date 2018-05-17.10:44:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526553892.13.0.682650639539.issue33388@psf.upfronthosting.co.za>
In-reply-to
Content
If these warnings are being emitted when using setuptools, that's a bug in setuptools (as it should be ensuring these are handled without warnings), and can be reported over on https://github.com/pypa/setuptools/

If these warnings are being emitted when using plain distutils, that's OK, since it genuinely doesn't support them (and folks should be using setuptools instead).

Longer term, we want to get setuptools to the point of being independent of the standard library's copy of distutils: https://github.com/pypa/packaging-problems/issues/127

Once that's the case, then we'll look at the exact mechanics of how we can stop shipping distutils by default in the standard library (and instead require folks to install setuptools in order to get it).
History
Date User Action Args
2018-05-17 10:44:52ncoghlansetrecipients: + ncoghlan, eric.araujo, dstufft, rbricheno
2018-05-17 10:44:52ncoghlansetmessageid: <1526553892.13.0.682650639539.issue33388@psf.upfronthosting.co.za>
2018-05-17 10:44:52ncoghlanlinkissue33388 messages
2018-05-17 10:44:52ncoghlancreate