From: Serhiy Storchaka Date: Mon, 9 Jun 2014 10:35:43 +0000 (+0300) Subject: Issue #21310: Fixed possible resource leak in failed open(). X-Git-Tag: v3.5.0a1~1483 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a56117a60ef71709c9a779bfae8b8793600c513;p=python Issue #21310: Fixed possible resource leak in failed open(). --- 3a56117a60ef71709c9a779bfae8b8793600c513 diff --cc Misc/NEWS index 9950725114,29f5b61064..28474bb626 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -92,9 -22,8 +92,11 @@@ Core and Builtin Library ------- + - Issue #21310: Fixed possible resource leak in failed open(). + +- Issue #21256: Printout of keyword args should be in deterministic order in + a mock function call. This will help to write better doctests. + - Issue #21677: Fixed chaining nonnormalized exceptions in io close() methods. - Issue #11709: Fix the pydoc.help function to not fail when sys.stdin is not a