summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-12-21 21:14:56 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-12-21 21:14:56 (GMT)
commit17c93260a62ac895f336351158e6fdaa6b117bcb (patch)
tree509cf48ae9786fc19913013bff9c407f5f38851b /Misc
parentbdce938af2af03b2eb0d0e4731f1b8c4b965eaf5 (diff)
downloadcpython-17c93260a62ac895f336351158e6fdaa6b117bcb.zip
cpython-17c93260a62ac895f336351158e6fdaa6b117bcb.tar.gz
cpython-17c93260a62ac895f336351158e6fdaa6b117bcb.tar.bz2
Issue #18879: When a method is looked up on a temporary file, avoid closing the file before the method is possibly called.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 80c284c..61c4482 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,9 @@ Core and Builtins
Library
-------
+- Issue #18879: When a method is looked up on a temporary file, avoid closing
+ the file before the method is possibly called.
+
- Issue #20034: Updated alias mapping to most recent locale.alias file
from X.org distribution using makelocalealias.py.