]> granicus.if.org Git - python/commitdiff
Issue #21310: Fixed possible resource leak in failed open().
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 9 Jun 2014 10:35:43 +0000 (13:35 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 9 Jun 2014 10:35:43 +0000 (13:35 +0300)
1  2 
Lib/test/test_io.py
Misc/NEWS

Simple merge
diff --cc Misc/NEWS
index 99507251149ff56ab8bc252c3f4ac41a0960c752,29f5b61064425349af13823e7c1bc9ce7cb7c4a8..28474bb626f17c143976eb7493389a12a32475d9
+++ 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