commit | 4cfae027b39d14a5a43f337c1a38b42d7461dd3a | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Jul 24 02:51:01 2011 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Jul 24 02:51:01 2011 +0200 |
tree | a099cd8fcaabaf4c6cb3aff1e686bcae50f745f6 | |
parent | a620facc1f66654c1b3337ed6d7dfa158cfaf8f2 [diff] [blame] |
Issue #1813: Fix codec lookup and setting/getting locales under Turkish locales.
diff --git a/Misc/NEWS b/Misc/NEWS index 2ad6f63..8ee7221 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -37,6 +37,9 @@ Library ------- +- Issue #1813: Fix codec lookup and setting/getting locales under Turkish + locales. + - Issue #10883: Fix socket leaks in urllib when using FTP. - Issue #12592: Make Python build on OpenBSD 5 (and future major releases).