diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2023-10-25 13:47:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-25 13:47:41 (GMT) |
commit | 81ed80d843b3f6f0109e7ad854af2c5de27e1a89 (patch) | |
tree | 21bd884d2d882c63ca5f35584e4c77addf2092e0 /Doc/whatsnew/3.12.rst | |
parent | f6304949bb9937e798ecac8b414606dc01bc6d3c (diff) | |
download | cpython-81ed80d843b3f6f0109e7ad854af2c5de27e1a89.zip cpython-81ed80d843b3f6f0109e7ad854af2c5de27e1a89.tar.gz cpython-81ed80d843b3f6f0109e7ad854af2c5de27e1a89.tar.bz2 |
gh-111187: Postpone removal version for locale.getdefaultlocale() to 3.15 (#111188)
Diffstat (limited to 'Doc/whatsnew/3.12.rst')
-rw-r--r-- | Doc/whatsnew/3.12.rst | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index dc0cc82..36d12fe 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -1360,7 +1360,6 @@ Other modules: APIs: * :class:`!configparser.LegacyInterpolation` (:gh:`90765`) -* :func:`locale.getdefaultlocale` (:gh:`90817`) * ``locale.resetlocale()`` (:gh:`90817`) * :meth:`!turtle.RawTurtle.settiltangle` (:gh:`50096`) * :func:`!unittest.findTestCases` (:gh:`50096`) @@ -1430,6 +1429,17 @@ and will be removed in Python 3.14. * The ``co_lnotab`` attribute of code objects. +Pending Removal in Python 3.15 +------------------------------ + +The following APIs have been deprecated +and will be removed in Python 3.15. + +APIs: + +* :func:`locale.getdefaultlocale` (:gh:`90817`) + + Pending Removal in Future Versions ---------------------------------- |