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 jaraco
Recipients dstufft, eric.araujo, jaraco
Date 2020-07-12.08:30:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594542625.3.0.789939298104.issue41282@roundup.psfhosted.org>
In-reply-to
Content
Setuptools has adopted distutils as outlined in [pypa/packaging-problems#127](https://github.com/pypa/packaging-problems/issues/127). Although there are some straggling issues, the current release of Setuptools fully obviates distutils if a certain environment variable is set. Soon, that behavior will be default.

Additionally, the distutils codebase remains maintained at [pypa/distutils](https://github.com/pypa/distutils) in a form suitable for releasing as a third-party package, should the need arise (i.e. pip install distutils).

The plan now is to freeze, deprecate, and in Python N + 0.1, remove distutils.

Already, Setuptools is identifying emergent bugs and other defects in distutils and providing fixes for them (issue41207, [pypa/setuptools#2212](https://github.com/pypa/setuptools/issues/2212)). Keeping these changes in sync across three repos and different supported versions is tedious, so I'd like to move forward with the deprecation process as soon as possible.
History
Date User Action Args
2020-07-12 08:30:25jaracosetrecipients: + jaraco, eric.araujo, dstufft
2020-07-12 08:30:25jaracosetmessageid: <1594542625.3.0.789939298104.issue41282@roundup.psfhosted.org>
2020-07-12 08:30:25jaracolinkissue41282 messages
2020-07-12 08:30:24jaracocreate