Skip to content

Commit d30832e

Browse files
format
1 parent d0c6e95 commit d30832e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -771,6 +771,7 @@ asyncio
771771
* Removed implicit creation of event loop by :func:`asyncio.get_event_loop`.
772772
It now raises a :exc:`RuntimeError` if there is no current event loop.
773773
(Contributed by Kumar Aditya in :gh:`126353`.)
774+
774775
There's a few patterns that use :func:`asyncio.get_event_loop`, most
775776
of them can be replaced with :func:`asyncio.run`.
776777

0 commit comments

Comments
 (0)