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
1319e3ec
Commit
1319e3ec
authored
Oct 03, 2000
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove old note that os.popen() on Windows is unreliable; this is no
longer true.
parent
f19a7ac2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
Doc/lib/libos.tex
Doc/lib/libos.tex
+1
-3
No files found.
Doc/lib/libos.tex
View file @
1319e3ec
...
...
@@ -282,9 +282,7 @@ argument to the built-in \function{open()} function. The exit status of
the command (encoded in the format specified for
\function
{
wait()
}
) is
available as the return value of the
\method
{
close()
}
method of the file
object, except that when the exit status is zero (termination without
errors),
\code
{
None
}
is returned.
\strong
{
Note:
}
This function
behaves unreliably under Windows due to the native implementation of
\cfunction
{
popen()
}
.
errors),
\code
{
None
}
is returned.
Availability:
\UNIX
{}
, Windows.
\end{funcdesc}
...
...
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