Skip to content

Commit

Permalink
bpo-32996: The bulk of What's New in Python 3.7 (GH-6978)
Browse files Browse the repository at this point in the history
  • Loading branch information
elprans authored and 1st1 committed May 20, 2018
1 parent 6b0d09b commit 63536bd
Show file tree
Hide file tree
Showing 4 changed files with 1,560 additions and 605 deletions.
2 changes: 1 addition & 1 deletion Doc/library/asyncio-task.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions Doc/library/ensurepip.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------
Expand Down
2 changes: 2 additions & 0 deletions Doc/reference/compound_stmts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,8 @@ can be used to create instance variables with different implementation details.
:pep:`3129` - Class Decorators


.. _async:

Coroutines
==========

Expand Down
Loading

0 comments on commit 63536bd

Please sign in to comment.