From: Éric Araujo Date: Sat, 6 Nov 2010 04:24:00 +0000 (+0000) Subject: Add missing NEWS entry for r86239. X-Git-Tag: v3.2a4~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=909ddbd19347dcd19d9065d6e11f60a956dc54ef;p=python Add missing NEWS entry for r86239. --- diff --git a/Misc/NEWS b/Misc/NEWS index 493c66d696..0d3867e7d5 100644 --- 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.