Merged revisions 85223 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85223 | eric.araujo | 2010-10-05 01:52:37 +0200 (mar., 05 oct. 2010) | 3 lines
Fix interaction of custom translation classes and caching (#9042)
........
diff --git a/Misc/NEWS b/Misc/NEWS
index acdccd1..7b4c6a3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -50,6 +50,9 @@
Library
-------
+- Issue #9042: Fix interaction of custom translation classes and caching in
+ gettext.
+
- Issue #9065: tarfile no longer uses "root" as the default for the uname and
gname field.