Skip to content

Commit 18b6bb5

Browse files
authored
Update Doc/library/asyncio-eventloop.rst
1 parent fc37061 commit 18b6bb5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Doc/library/asyncio-eventloop.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,9 @@ Creating Futures and Tasks
419419
.. versionchanged:: 3.13.4
420420
*name* is no longer passed to task factories. *context* is no longer passed
421421
to task factories if it is ``None``.
422+
423+
.. versionchanged:: 3.14
424+
*name* and *context* are now unconditionally passed on to task factories again.
422425

423426
.. method:: loop.get_task_factory()
424427

0 commit comments

Comments
 (0)