Skip to content

Commit 18f45b9

Browse files
committed
bpo-32996: The bulk of What's New in Python 3.7
This represents the bulk of the content for What's New in Python 3.7.
1 parent 5634331 commit 18f45b9

File tree

4 files changed

+1598
-530
lines changed

4 files changed

+1598
-530
lines changed

Doc/library/asyncio-task.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Coroutines (and tasks) can only run when the event loop is running.
9292
used in a callback-style code, wrap its result with :func:`ensure_future`.
9393

9494

95-
.. function:: asyncio.run(coro, \*, debug=False)
95+
.. function:: run(coro, \*, debug=False)
9696

9797
This function runs the passed coroutine, taking care of
9898
managing the asyncio event loop and finalizing asynchronous

Doc/library/ensurepip.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@ options:
7878

7979
Providing both of the script selection options will trigger an exception.
8080

81-
.. versionchanged:: 3.7.0
82-
The exit status is non-zero if the command fails.
83-
8481

8582
Module API
8683
----------

Doc/reference/compound_stmts.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -684,6 +684,8 @@ can be used to create instance variables with different implementation details.
684684
:pep:`3129` - Class Decorators
685685

686686

687+
.. _async:
688+
687689
Coroutines
688690
==========
689691

0 commit comments

Comments
 (0)