Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
63536bd2
Commit
63536bd2
authored
May 19, 2018
by
Elvis Pranskevichus
Committed by
Yury Selivanov
May 19, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-32996: The bulk of What's New in Python 3.7 (GH-6978)
parent
6b0d09b8
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1560 additions
and
605 deletions
+1560
-605
Doc/library/asyncio-task.rst
Doc/library/asyncio-task.rst
+1
-1
Doc/library/ensurepip.rst
Doc/library/ensurepip.rst
+0
-3
Doc/reference/compound_stmts.rst
Doc/reference/compound_stmts.rst
+2
-0
Doc/whatsnew/3.7.rst
Doc/whatsnew/3.7.rst
+1557
-601
No files found.
Doc/library/asyncio-task.rst
View file @
63536bd2
...
...
@@ -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
...
...
Doc/library/ensurepip.rst
View file @
63536bd2
...
...
@@ -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
----------
...
...
Doc/reference/compound_stmts.rst
View file @
63536bd2
...
...
@@ -684,6 +684,8 @@ can be used to create instance variables with different implementation details.
:pep:`3129` - Class Decorators
.. _async:
Coroutines
==========
...
...
Doc/whatsnew/3.7.rst
View file @
63536bd2
This source diff could not be displayed because it is too large. You can
view the blob
instead.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment