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

Skip to content

Commit bf077ee

Browse files
committed
whatsnew/3.5: Mention new asyncio APIs in 3.5.1
1 parent f1b3134 commit bf077ee

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Doc/whatsnew/3.5.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -810,6 +810,18 @@ Updates in 3.5.1:
810810
now accept all kinds of :term:`awaitable objects <awaitable>`.
811811
(Contributed by Yury Selivanov.)
812812

813+
* New :func:`~asyncio.run_coroutine_threadsafe` function to submit
814+
coroutines to event loops from other threads.
815+
(Contributed by Vincent Michel.)
816+
817+
* New :meth:`Transport.is_closing() <asyncio.Transport.is_closing>`
818+
method to check if the transport is closing or closed.
819+
(Contributed by Yury Selivanov.)
820+
821+
* The :meth:`loop.create_server() <asyncio.BaseEventLoop.create_server>`
822+
method can now accept a list of hosts.
823+
(Contributed by Yann Sionneau.)
824+
813825

814826
bz2
815827
---

0 commit comments

Comments
 (0)