-
Victor Stinner authored
The subprocess module can now use the os.posix_spawnp() function, if it is available, to locate the program in the PATH.
07858894
The subprocess module can now use the os.posix_spawnp() function, if it is available, to locate the program in the PATH.