summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2011-11-05 08:18:50 (GMT)
committerPetri Lehtinen <petri@digip.org>2011-11-05 08:18:50 (GMT)
commit416ecffcc49941a39ec3109eb20ae9ce558326ea (patch)
tree8e596a0880c41d66ac21866064114f5139f2d8c1 /Misc
parent49aa72ed4c48fb613893388b470aa5b5464c1952 (diff)
downloadcpython-416ecffcc49941a39ec3109eb20ae9ce558326ea.zip
cpython-416ecffcc49941a39ec3109eb20ae9ce558326ea.tar.gz
cpython-416ecffcc49941a39ec3109eb20ae9ce558326ea.tar.bz2
Issue #3067: Enhance the documentation and docstring of locale.setlocale()
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f55fe04..d053a2b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -74,6 +74,9 @@ Core and Builtins
Library
-------
+- Issue #3067: Enhance the documentation and docstring of
+ locale.setlocale().
+
- Issue #13254: Fix Maildir initialization so that maildir contents
are read correctly.