Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1b3134 commit bf077eeCopy full SHA for bf077ee
1 file changed
Doc/whatsnew/3.5.rst
@@ -810,6 +810,18 @@ Updates in 3.5.1:
810
now accept all kinds of :term:`awaitable objects <awaitable>`.
811
(Contributed by Yury Selivanov.)
812
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
825
826
bz2
827
---
0 commit comments