From: Éric Araujo Date: Fri, 5 Nov 2010 23:58:34 +0000 (+0000) Subject: Add missing entry for r86223. X-Git-Tag: v3.2a4~119 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=89c0478c53f0d702bb00a0dba357ea0958b51489;p=thirdparty%2FPython%2Fcpython.git Add missing entry for r86223. --- diff --git a/Misc/NEWS b/Misc/NEWS index 18c1cde75434..493c66d69685 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -65,6 +65,9 @@ Core and Builtins Library ------- +- Issue #10252: Close file objects in a timely manner in distutils code and + tests. Patch by Brian Brazil, completed by Éric Araujo. + - Issue #10180: Pickling file objects is now explicitly forbidden, since unpickling them produced nonsensical results.