summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2018-11-20-13-34-01.bpo-28604.iiih5h.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2018-11-20-13-34-01.bpo-28604.iiih5h.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2018-11-20-13-34-01.bpo-28604.iiih5h.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-11-20-13-34-01.bpo-28604.iiih5h.rst b/Misc/NEWS.d/next/Library/2018-11-20-13-34-01.bpo-28604.iiih5h.rst
deleted file mode 100644
index 289e484c35..0000000000
--- a/Misc/NEWS.d/next/Library/2018-11-20-13-34-01.bpo-28604.iiih5h.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-:func:`locale.localeconv` now sets temporarily the ``LC_CTYPE`` locale to the
-``LC_MONETARY`` locale if the two locales are different and monetary strings
-are non-ASCII. This temporary change affects other threads.