commit | 051722d554c7cab6ae93509f4939a03169d03ac1 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sat Dec 29 22:30:56 2012 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sat Dec 29 22:30:56 2012 +0200 |
tree | fff2a0014ab3a0aabf9d1053b0a44e44e5739f93 | |
parent | ddb87ab1b4944fe85f7f1a3c8de6af664085bfbb [diff] [blame] |
Issue #16485: Fix file descriptor not being closed if file header patching fails on closing of aifc file.
diff --git a/Misc/NEWS b/Misc/NEWS index 356e586..8ce30c5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -189,6 +189,9 @@ 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.