commit | 5aad46e5c3572d7d07c4e108a60cc793d6d3991a | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Thu Apr 10 07:07:59 2014 +0100 |
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Thu Apr 10 07:07:59 2014 +0100 |
tree | 815488b602fac583d2f84adb492b64fe67eda174 | |
parent | 00109c9bd3b5c14e8281addc79a79fda3c310806 [diff] [blame] |
Issue #21172: isinstance check relaxed from dict to collections.Mapping.
diff --git a/Misc/NEWS b/Misc/NEWS index 7756e89..7fef5b5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -43,6 +43,8 @@ Library ------- +- Issue #21172: isinstance check relaxed from dict to collections.Mapping. + - Issue #21191: In os.fdopen, alwyas close the file descriptor when an exception happens.