summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2010-10-04 23:52:37 (GMT)
committerÉric Araujo <merwok@netwok.org>2010-10-04 23:52:37 (GMT)
commit6108bf5ed002925f2092deb025f336d8c2024299 (patch)
tree1e2c4f8c7329edab6adb0247528da28607818141 /Misc
parent701761693c7f6a2d748e43ae70f46e371087a864 (diff)
downloadcpython-6108bf5ed002925f2092deb025f336d8c2024299.zip
cpython-6108bf5ed002925f2092deb025f336d8c2024299.tar.gz
cpython-6108bf5ed002925f2092deb025f336d8c2024299.tar.bz2
Fix interaction of custom translation classes and caching (#9042)
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 3dfff9b..a0d30af 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -88,6 +88,9 @@ Core and Builtins
Library
-------
+- Issue #9042: Fix interaction of custom translation classes and caching in
+ gettext.
+
- Issue 6706: asyncore.dispatcher now provides a handle_accepted() method
returning a (sock, addr) pair which is called when a connection has been
established with a new remote endpoint. This is supposed to be used as a