File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -804,11 +804,12 @@ Notable changes in the :mod:`asyncio` module since Python 3.4.0:
804804 :func: `~asyncio.ensure_future `.
805805 (Contributed by Yury Selivanov.)
806806
807- * New :meth: `loop.set_task_factory() <asyncio.BaseEventLoop.set_task_factory> `
808- and :meth: `loop.set_task_factory() <asyncio.BaseEventLoop.get_task_factory> `
809- methods to customize the task factory that
810- :meth: `loop.create_task() <asyncio.BaseEventLoop.create_task> ` method uses.
811- (Contributed by Yury Selivanov.)
807+ * New :meth: `loop.set_task_factory()
808+ <asyncio.AbstractEventLoop.set_task_factory> ` and
809+ :meth: `loop.get_task_factory() <asyncio.AbstractEventLoop.get_task_factory> `
810+ methods to customize the task factory that :meth: `loop.create_task()
811+ <asyncio.BaseEventLoop.create_task> ` method uses. (Contributed by Yury
812+ Selivanov.)
812813
813814* New :meth: `Queue.join() <asyncio.Queue.join> ` and
814815 :meth: `Queue.task_done() <asyncio.Queue.task_done> ` queue methods.
You can’t perform that action at this time.
0 commit comments