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
f62f3a41
Commit
f62f3a41
authored
Nov 08, 2012
by
Ezio Melotti
Browse files
Options
Browse Files
Download
Plain Diff
#10385: merge with 3.3.
parents
d2d3aa20
60e22b9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Doc/library/subprocess.rst
Doc/library/subprocess.rst
+5
-5
No files found.
Doc/library/subprocess.rst
View file @
f62f3a41
...
...
@@ -22,8 +22,8 @@ modules and functions can be found in the following sections.
:pep:`324` -- PEP proposing the subprocess module
Using the
subprocess
Module
---------------------------
Using the
:mod:`subprocess`
Module
---------------------------
-------
The recommended approach to invoking subprocesses is to use the following
convenience functions for all use cases they can handle. For more advanced
...
...
@@ -839,8 +839,8 @@ The :mod:`subprocess` module exposes the following constants.
.. _subprocess-replacements:
Replacing Older Functions with the
subprocess
Module
----------------------------------------------------
Replacing Older Functions with the
:mod:`subprocess`
Module
----------------------------------------------------
-------
In this section, "a becomes b" means that b can be used as a replacement for a.
...
...
@@ -856,7 +856,7 @@ In this section, "a becomes b" means that b can be used as a replacement for a.
the raised exception.
In the following examples, we assume that the relevant functions have already
been imported from the
subprocess
module.
been imported from the
:mod:`subprocess`
module.
Replacing /bin/sh shell backquote
...
...
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