commit | 05b0a1be37d02a8d47bbd997763ada85054d69d7 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Mon Jun 09 13:32:08 2014 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Mon Jun 09 13:32:08 2014 +0300 |
tree | b0aff6beb420ecbdcca8269561540ce7bfea595b | |
parent | 6453a01a0c55a2687836cc3720ba2e8b0a18e985 [diff] [blame] |
Issue #21310: Fixed possible resource leak in failed open().
diff --git a/Misc/NEWS b/Misc/NEWS index e3827bb..7759edb 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -25,6 +25,8 @@ Library ------- +- Issue #21310: Fixed possible resource leak in failed open(). + - Issue #21304: Backport the key derivation function hashlib.pbkdf2_hmac from Python 3 per PEP 466.