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
b042cf10
Commit
b042cf10
authored
Sep 18, 2018
by
Yury Selivanov
Committed by
GitHub
Sep 18, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-33649: Fix markup; add another note that asyncio.run is 3.7+ (GH-9389)
parent
e0c19ddc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
Doc/library/asyncio-task.rst
Doc/library/asyncio-task.rst
+2
-1
Doc/library/asyncio.rst
Doc/library/asyncio.rst
+1
-1
No files found.
Doc/library/asyncio-task.rst
View file @
b042cf10
...
...
@@ -20,7 +20,8 @@ Coroutines
Coroutines declared with async/await syntax is the preferred way of
writing asyncio applications. For example, the following snippet
of code prints "hello", waits 1 second, and then prints "world"::
of code (requires Python 3.7+) prints "hello", waits 1 second,
and then prints "world"::
>>> import asyncio
...
...
Doc/library/asyncio.rst
View file @
b042cf10
...
...
@@ -8,7 +8,7 @@
.. sidebar:: Hello World!
.. code-block:: python
::
import asyncio
...
...
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