From: Victor Stinner Date: Tue, 10 Jun 2014 08:26:38 +0000 (+0200) Subject: Merge 3.4 X-Git-Tag: v3.5.0a1~1479 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f10642e8a9f4a1ac14aa17da8f1ddb8b7646c025;p=python Merge 3.4 --- f10642e8a9f4a1ac14aa17da8f1ddb8b7646c025 diff --cc Misc/NEWS index 28474bb626,e718bcd121..96fe99e4c5 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -92,11 -22,12 +92,15 @@@ Core and Builtin Library ------- + - Issue #21326: Add a new is_closed() method to asyncio.BaseEventLoop. + run_forever() and run_until_complete() methods of asyncio.BaseEventLoop now + raise an exception if the event loop was closed. + - 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