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
151df079
Commit
151df079
authored
Aug 09, 2004
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- make a module reference a hyperlink
- wrap a long line
parent
830d8b8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
Doc/lib/libpopen2.tex
Doc/lib/libpopen2.tex
+3
-2
No files found.
Doc/lib/libpopen2.tex
View file @
151df079
...
...
@@ -30,8 +30,9 @@ by using the \method{poll()} or \method{wait()} methods on the
\UNIX
. This information is not available when using the
\function
{
popen2()
}
,
\function
{
popen3()
}
, and
\function
{
popen4()
}
functions, or the equivalent functions in the
\refmodule
{
os
}
module.
(Note that the tuples returned by the
\module
{
os
}
module's functions
are in a different order from the ones returned by the
\module
{
popen2
}
module.)
(Note that the tuples returned by the
\refmodule
{
os
}
module's functions
are in a different order from the ones returned by the
\module
{
popen2
}
module.)
\begin{funcdesc}
{
popen2
}{
cmd
\optional
{
, bufsize
\optional
{
, mode
}}}
Executes
\var
{
cmd
}
as a sub-process. Returns the file objects
...
...
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