summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-07-24 00:41:54 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-07-24 00:41:54 (GMT)
commit5a24d82941cec6c207433d75c1120bf4a8438793 (patch)
treef6ff4dc8a76ff2225cf2bd371088733e5f1ef1f3 /Misc
parent8dbd8573e513248ca4c105d0f580f47e79ab9ec8 (diff)
parent0e3c5a828e65f4f5821dad0e7b0ff4ca9f62f9d3 (diff)
downloadcpython-5a24d82941cec6c207433d75c1120bf4a8438793.zip
cpython-5a24d82941cec6c207433d75c1120bf4a8438793.tar.gz
cpython-5a24d82941cec6c207433d75c1120bf4a8438793.tar.bz2
Add a test for issue #1813: getlocale() failing under a Turkish locale
(not a problem under 3.x)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cae4b8b..a8910f4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -237,6 +237,8 @@ Core and Builtins
Library
-------
+- Issue #1813: Fix codec lookup under Turkish locales.
+
- Issue #12591: Improve support of "universal newlines" in the subprocess
module: the piped streams can now be properly read from or written to.