We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bca57e7 commit 7e36d09Copy full SHA for 7e36d09
Doc/whatsnew/3.15.rst
@@ -562,6 +562,9 @@ locale
562
but included in the language code.
563
(Contributed by Serhiy Storchaka in :gh:`137729`.)
564
565
+* Undeprecate the :func:`locale.getdefaultlocale` function.
566
+ (Contributed by Victor Stinner in :gh:`130796`.)
567
+
568
569
math
570
----
Misc/NEWS.d/next/Library/2025-12-23-11-43-05.gh-issue-130796.TkzUGx.rst
@@ -1 +1,2 @@
1
-Undeprecate :func:`locale.getdefaultlocale`. Patch by Victor Stinner.
+Undeprecate the :func:`locale.getdefaultlocale` function.
2
+Patch by Victor Stinner.
0 commit comments