commit | 4ed797efbc2401d34c95bbb0cea921535c868d16 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sat Dec 29 22:25:59 2012 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sat Dec 29 22:25:59 2012 +0200 |
tree | 0ea4ac643b5384bb4ee32959b1df1feb5499ed77 | |
parent | 40f12ab0c5c5adc4a8b4a03a57ffa94c87ecc2cb [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 f087f41..8ec9675 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -175,6 +175,9 @@ Library ------- +- Issue #16485: Fix file descriptor not being closed if file header patching + fails on closing of aifc file. + - Issue #12065: connect_ex() on an SSL socket now returns the original errno when the socket's timeout expires (it used to return None).