]> granicus.if.org Git - python/commitdiff
Add missing NEWS entry for r86239.
authorÉric Araujo <merwok@netwok.org>
Sat, 6 Nov 2010 04:24:00 +0000 (04:24 +0000)
committerÉric Araujo <merwok@netwok.org>
Sat, 6 Nov 2010 04:24:00 +0000 (04:24 +0000)
Misc/NEWS

index 493c66d69685c2ab62ea68ee94e02a7143f4cddd..0d3867e7d5a27267e542c5ec27cb174aef1547a2 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -65,6 +65,8 @@ Core and Builtins
 Library
 -------
 
+- Issue #10229: Fix caching error in gettext.
+
 - Issue #10252: Close file objects in a timely manner in distutils code and
   tests.  Patch by Brian Brazil, completed by Éric Araujo.