Python Library Reference
Previous:
6.7.3 Replacing Older Functions
Up:
6.7.3 Replacing Older Functions
Next:
6.7.3.2 Replacing shell pipe
6.7.3.1 Replacing /bin/sh shell backquote
output=`mycmd myarg` ==> output = Popen(["mycmd", "myarg"], stdout=PIPE).communicate()[0]
Python Library Reference
Previous:
6.7.3 Replacing Older Functions
Up:
6.7.3 Replacing Older Functions
Next:
6.7.3.2 Replacing shell pipe
Release 2.5a0, documentation updated on August 30, 2005.
See
About this document...
for information on suggesting changes.