]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add an os.get_exec_path() function to return the list of directories
authorGregory P. Smith <greg@mad-scientist.com>
Sat, 27 Feb 2010 07:22:22 +0000 (07:22 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sat, 27 Feb 2010 07:22:22 +0000 (07:22 +0000)
commitb6e8c7e8fb750e44b387557ad19afe2ccfe69f7c
tree25e5b445c8d511dc4c18f3c40196f69674577cdf
parent9a816974942a170a082bcef01a11aca806e854fe
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().
Doc/library/os.rst
Lib/os.py
Lib/test/test_os.py
Misc/NEWS