mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
whatsnew/3.5: Mention new asyncio APIs in 3.5.1
This commit is contained in:
parent
f1b3134d28
commit
bf077ee043
1 changed files with 12 additions and 0 deletions
|
@ -810,6 +810,18 @@ Updates in 3.5.1:
|
||||||
now accept all kinds of :term:`awaitable objects <awaitable>`.
|
now accept all kinds of :term:`awaitable objects <awaitable>`.
|
||||||
(Contributed by Yury Selivanov.)
|
(Contributed by Yury Selivanov.)
|
||||||
|
|
||||||
|
* New :func:`~asyncio.run_coroutine_threadsafe` function to submit
|
||||||
|
coroutines to event loops from other threads.
|
||||||
|
(Contributed by Vincent Michel.)
|
||||||
|
|
||||||
|
* New :meth:`Transport.is_closing() <asyncio.Transport.is_closing>`
|
||||||
|
method to check if the transport is closing or closed.
|
||||||
|
(Contributed by Yury Selivanov.)
|
||||||
|
|
||||||
|
* The :meth:`loop.create_server() <asyncio.BaseEventLoop.create_server>`
|
||||||
|
method can now accept a list of hosts.
|
||||||
|
(Contributed by Yann Sionneau.)
|
||||||
|
|
||||||
|
|
||||||
bz2
|
bz2
|
||||||
---
|
---
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue