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
5492d358
Commit
5492d358
authored
Sep 02, 2015
by
Victor Stinner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
asyncio doc: fix subprocess sections
parent
31e7f50d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Doc/library/asyncio-subprocess.rst
Doc/library/asyncio-subprocess.rst
+4
-4
No files found.
Doc/library/asyncio-subprocess.rst
View file @
5492d358
...
...
@@ -303,7 +303,7 @@ Process
.. _asyncio-subprocess-threads:
Subprocess and threads
======================
----------------------
asyncio supports running subprocesses from different threads, but there
are limits:
...
...
@@ -322,10 +322,10 @@ The :class:`asyncio.subprocess.Process` class is not thread safe.
Subprocess examples
===================
-------------------
Subprocess using transport and protocol
---------------------------------------
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Example of a subprocess protocol using to get the output of a subprocess and to
wait for the subprocess exit. The subprocess is created by the
...
...
@@ -381,7 +381,7 @@ wait for the subprocess exit. The subprocess is created by the
Subprocess using streams
------------------------
^^^^^^^^^^^^^^^^^^^^^^^^
Example using the :class:`~asyncio.subprocess.Process` class to control the
subprocess and the :class:`StreamReader` class to read from the standard
...
...
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