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 p-ganssle
Recipients dstufft, eric.araujo, jugmac00, p-ganssle
Date 2019-11-26.16:26:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574785587.72.0.307355903986.issue38914@roundup.psfhosted.org>
In-reply-to
Content
For the future, we generally tend to keep distutils pretty "frozen", only making minor changes or the changes needed to build Python itself. Instead we generally make changes in setuptools, which for the moment monkey-patches distutils (and into which distutils will eventually be merged). One of the big reasons is that setuptools is used across all versions of Python, so the changes are automatically backported, whereas changes to distutils will only be seen by people using the most recent Python versions.

In this case, it's not really a substantive change, so I think we can leave it in distutils, I just wanted to bring this up as an FYI.
History
Date User Action Args
2019-11-26 16:26:27p-gansslesetrecipients: + p-ganssle, eric.araujo, dstufft, jugmac00
2019-11-26 16:26:27p-gansslesetmessageid: <1574785587.72.0.307355903986.issue38914@roundup.psfhosted.org>
2019-11-26 16:26:27p-gansslelinkissue38914 messages
2019-11-26 16:26:27p-gansslecreate