Merge 3.4

This commit is contained in:
Victor Stinner 2014-06-10 10:26:38 +02:00
commit f10642e8a9
2 changed files with 5 additions and 1 deletions

View File

@ -123,7 +123,7 @@ Run an event loop
Returns ``True`` if the event loop was closed. Returns ``True`` if the event loop was closed.
.. versionadded:: 3.5 .. versionadded:: 3.4.2
.. method:: BaseEventLoop.close() .. method:: BaseEventLoop.close()

View File

@ -92,6 +92,10 @@ Core and Builtins
Library 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 #21310: Fixed possible resource leak in failed open().
- Issue #21256: Printout of keyword args should be in deterministic order in - Issue #21256: Printout of keyword args should be in deterministic order in