Table 14.11. Execution Environment Related Modules
Module |
Description |
popen2 |
provides additional functionality on top of os.popen(): provides ability to communicate via standard files to the other process |
commands |
provides additional functionality on top of os.system(): saves all program output in a string which is returned (as opposed to just dumping output to the screen) |
getopt |
processes options and command-line arguments in such applications |
site |
processes site-specific modules or packages |
findertools |
provides an interface to Macintosh finder functionality, such as launching an application (or a document with its companion application) |