commit | b6e8c7e8fb750e44b387557ad19afe2ccfe69f7c | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Sat Feb 27 07:22:22 2010 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Sat Feb 27 07:22:22 2010 +0000 |
tree | 25e5b445c8d511dc4c18f3c40196f69674577cdf | |
parent | 9a816974942a170a082bcef01a11aca806e854fe [diff] |
Add an os.get_exec_path() function to return the list of directories that launching a subprocess will search for the executable. Refactors some code in os._execvpe().