]> granicus.if.org Git - python/commitdiff
Add missing entry for r86223.
authorÉric Araujo <merwok@netwok.org>
Fri, 5 Nov 2010 23:58:34 +0000 (23:58 +0000)
committerÉric Araujo <merwok@netwok.org>
Fri, 5 Nov 2010 23:58:34 +0000 (23:58 +0000)
Misc/NEWS

index 18c1cde75434e7feb52a305a84fc7245b887f2e4..493c66d69685c2ab62ea68ee94e02a7143f4cddd 100644 (file)
--- 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.