Python Library Reference
6.30.3.1 Win95/98 specific
popen
(
cmd, mode='r', bufsize=None
)
Portable
popen()
interface. Find a working popen implementation preferring
win32pipe.popen()
. On Windows NT,
win32pipe.popen()
should work; on Windows 9x it hangs due to bugs in the MS C library.
Python Library Reference
Previous:
6.30.3 Windows Platform
Up:
6.30.3 Windows Platform
Next:
6.30.4 Mac OS Platform
Release 2.4c1, documentation updated on 18 November 2004.
See
About this document...
for information on suggesting changes.