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 steve.dower
Recipients andrei.avk, eryksun, kamilturek, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-06-30.19:45:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1625082342.86.0.437050139514.issue33140@roundup.psfhosted.org>
In-reply-to
Content
We can't delete the definition without going through a deprecation process, as it will break existing code with a new exception at the point of access rather than the point of use. At best, we can short-circuit those errors and raise them with a more appropriate description.

For 3.11, we can deprecate the function on Windows and plan to remove it in 3.13. I don't see any problem with this, but it's a different change from PR 26973.
History
Date User Action Args
2021-06-30 19:45:42steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, eryksun, andrei.avk, kamilturek
2021-06-30 19:45:42steve.dowersetmessageid: <1625082342.86.0.437050139514.issue33140@roundup.psfhosted.org>
2021-06-30 19:45:42steve.dowerlinkissue33140 messages
2021-06-30 19:45:42steve.dowercreate