summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
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:21:16 (GMT)
commit395ca7238015eb5aacadde2917c185cba5fea726 (patch)
tree5f6a1fe3e86554d18644fe479e20cd14ad6e7c8d /Misc/NEWS
parent8c482ee95564f04df01fc856f313ff8c98846718 (diff)
downloadcpython-395ca7238015eb5aacadde2917c185cba5fea726.zip
cpython-395ca7238015eb5aacadde2917c185cba5fea726.tar.gz
cpython-395ca7238015eb5aacadde2917c185cba5fea726.tar.bz2
Issue #3067: Enhance the documentation and docstring of locale.setlocale()
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 22400c6..5ac8c98 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -74,7 +74,8 @@ Library
are read correctly.
- Issue #3067: locale.setlocale() now raises TypeError if the second
- argument is an invalid iterable. Initial patch by Jyrki Pulliainen.
+ argument is an invalid iterable. Its documentation and docstring
+ were also updated. Initial patch by Jyrki Pulliainen.
- Issue #13140: Fix the daemon_threads attribute of ThreadingMixIn.