summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2012-12-29 20:30:56 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2012-12-29 20:30:56 (GMT)
commit051722d554c7cab6ae93509f4939a03169d03ac1 (patch)
treefff2a0014ab3a0aabf9d1053b0a44e44e5739f93 /Misc
parentddb87ab1b4944fe85f7f1a3c8de6af664085bfbb (diff)
downloadcpython-051722d554c7cab6ae93509f4939a03169d03ac1.zip
cpython-051722d554c7cab6ae93509f4939a03169d03ac1.tar.gz
cpython-051722d554c7cab6ae93509f4939a03169d03ac1.tar.bz2
Issue #16485: Fix file descriptor not being closed if file header patching fails on closing of aifc file.
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 356e586..8ce30c5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -189,6 +189,9 @@ Core and Builtins
Library
-------
+- Issue #16485: Fix file descriptor not being closed if file header patching
+ fails on closing of aifc file.
+
- Issue #16504: IDLE now catches SyntaxErrors raised by tokenizer. Patch by
Roger Serwy.