summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2010-11-05 23:58:34 (GMT)
committerÉric Araujo <merwok@netwok.org>2010-11-05 23:58:34 (GMT)
commit89c0478c53f0d702bb00a0dba357ea0958b51489 (patch)
treee2964ab1b2607a23fb47d69f48476b7eff7b3ec1
parentbee5cef7dbff40734c347da5b93797e8db9103e8 (diff)
downloadcpython-89c0478c53f0d702bb00a0dba357ea0958b51489.zip
cpython-89c0478c53f0d702bb00a0dba357ea0958b51489.tar.gz
cpython-89c0478c53f0d702bb00a0dba357ea0958b51489.tar.bz2
Add missing entry for r86223.
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 18c1cde..493c66d 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.