Kaydet (Commit) 63536bd2 authored tarafından Elvis Pranskevichus's avatar Elvis Pranskevichus Kaydeden (comit) Yury Selivanov

bpo-32996: The bulk of What's New in Python 3.7 (GH-6978)

üst 6b0d09b8
......@@ -92,7 +92,7 @@ Coroutines (and tasks) can only run when the event loop is running.
used in a callback-style code, wrap its result with :func:`ensure_future`.
.. function:: asyncio.run(coro, \*, debug=False)
.. function:: run(coro, \*, debug=False)
This function runs the passed coroutine, taking care of
managing the asyncio event loop and finalizing asynchronous
......
......@@ -78,9 +78,6 @@ options:
Providing both of the script selection options will trigger an exception.
.. versionchanged:: 3.7.0
The exit status is non-zero if the command fails.
Module API
----------
......
......@@ -684,6 +684,8 @@ can be used to create instance variables with different implementation details.
:pep:`3129` - Class Decorators
.. _async:
Coroutines
==========
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment