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 FFY00
Recipients FFY00, christian.heimes, frenzy, hroncok, jaraco, lemburg, petr.viktorin, steve.dower, xrcg
Date 2021-08-06.19:20:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Yes, but in the process of deprecating disutils, some internals were changed to stop relying on it. This will cause a lot of downstream patches to break.
I you are not modifying CPython, you don't need to worry, but if you are, then you should have a look and figure out how/where to patch it now.

As far as the public distutils API is concerned, everything will still the same until 3.12, just with deprecation warnings.
Development has moved to [1] and it will eventually be merged into setuptools.

[1] https://github.com/pypa/distutils
History
Date User Action Args
2021-08-06 19:20:00FFY00setrecipients: + FFY00, lemburg, jaraco, christian.heimes, petr.viktorin, steve.dower, hroncok, frenzy, xrcg
2021-08-06 19:20:00FFY00setmessageid: <[email protected]>
2021-08-06 19:20:00FFY00linkissue43976 messages
2021-08-06 19:20:00FFY00create