Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f10642e

Browse files
committed
Merge 3.4
2 parents 601f862 + bb2fc5b commit f10642e

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Doc/library/asyncio-eventloop.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Run an event loop
123123

124124
Returns ``True`` if the event loop was closed.
125125

126-
.. versionadded:: 3.5
126+
.. versionadded:: 3.4.2
127127

128128
.. method:: BaseEventLoop.close()
129129

Misc/NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ Core and Builtins
9292
Library
9393
-------
9494

95+
- Issue #21326: Add a new is_closed() method to asyncio.BaseEventLoop.
96+
run_forever() and run_until_complete() methods of asyncio.BaseEventLoop now
97+
raise an exception if the event loop was closed.
98+
9599
- Issue #21310: Fixed possible resource leak in failed open().
96100

97101
- Issue #21256: Printout of keyword args should be in deterministic order in

0 commit comments

Comments
 (0)