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 vstinner
Recipients brett.cannon, vstinner
Date 2020-03-25.16:33:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585154006.06.0.499536014041.issue39352@roundup.psfhosted.org>
In-reply-to
Content
I'm no longer sure that it's a good idea to remove a module from the stdlib without providing a solution for the few people relying on it. I removed dummy_threading module in Python 3.9 and obviously it broke an application (bodhi): https://bugzilla.redhat.com/show_bug.cgi?id=1814243

I should think about a way to move removed stdlib modules to PyPI, but I would prefer to have a formal PEP process for that.

In the meanwhile, I close this PR.
History
Date User Action Args
2020-03-25 16:33:26vstinnersetrecipients: + vstinner, brett.cannon
2020-03-25 16:33:26vstinnersetmessageid: <1585154006.06.0.499536014041.issue39352@roundup.psfhosted.org>
2020-03-25 16:33:26vstinnerlinkissue39352 messages
2020-03-25 16:33:25vstinnercreate