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 Leonardofreua, eric.araujo
Date 2021-07-16.18:38:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626460704.98.0.216861225328.issue44629@roundup.psfhosted.org>
In-reply-to
Content
distutils is a special case in the standard library: complicated code with even private helpers used by code in the wild, so we are extra careful when changing things in there.  But I should say it used to be special, and we used to be careful: setuptools copied the whole of distutils into their repo to make it easier to change things, and there’s a PEP to remove distutils from the standard library.  Thanks for checking first!
History
Date User Action Args
2021-07-16 18:38:25eric.araujosetrecipients: + eric.araujo, Leonardofreua
2021-07-16 18:38:24eric.araujosetmessageid: <1626460704.98.0.216861225328.issue44629@roundup.psfhosted.org>
2021-07-16 18:38:24eric.araujolinkissue44629 messages
2021-07-16 18:38:24eric.araujocreate