Open
Description
Feature or enhancement
It was deprecated in Python 3.11, and planned to be removed in 3.13, but then delayed until 3.15.
Some related issues that we maybe need to solve before really removing it: #130796.
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
Linked PRs
Metadata
Metadata
Assignees
Projects
Status
Todo
Activity
mkaraev commentedon May 16, 2025
@picnixz it seems to be a good issue for first-time contribution. Could I help with it?
StanFromIreland commentedon May 16, 2025
@mkaraev Feel free to submit a solution for:
This one has to wait.
sergey-miryanov commentedon May 16, 2025
IIUC, you have to look 'easy' label - https://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22easy%22
StanFromIreland commentedon May 17, 2025
I created a draft for when the dependent is resolved. What do we want to do with
windows_locale
? It is now no longer used, and is not documented, but also not private for some reason. Deprecate normally for 3.16 or similar depending on external usage?