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
5fac2ab2
Commit
5fac2ab2
authored
Jun 01, 1999
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix availability clause; mention availability of similar functionality
for Windows using win32pipe.
parent
32465f41
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
Doc/lib/libpopen2.tex
Doc/lib/libpopen2.tex
+5
-2
No files found.
Doc/lib/libpopen2.tex
View file @
5fac2ab2
...
...
@@ -2,13 +2,16 @@
Subprocesses with accessible I/O streams
}
\declaremodule
{
standard
}{
popen2
}
\platform
{
Unix
, Windows
}
\platform
{
Unix
}
\modulesynopsis
{
Subprocesses with accessible standard I/O streams.
}
\sectionauthor
{
Drew Csillag
}{
drew
_
csillag@geocities.com
}
This module allows you to spawn processes and connect their
input/output/error pipes and obtain their return codes.
input/output/error pipes and obtain their return codes under
\UNIX
.
Similar functionality exists for Windows platforms using the
\module
{
win32pipe
}
module provided as part of Mark Hammond's Windows
extensions.
The primary interface offered by this module is a pair of factory
functions:
...
...
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