The module subprocess exists since Python 2.4.
With subprocess it's possible to:
Module subprocess replaces other modules:
os.system
os.spawn*
os.popen*
popen2.*
commands.*