Backport of the subprocess module from Python 3.2-3.5
This is a backport of the subprocess standard library module from Python 3.2 - 3.5 for use on Python 2. It includes bugfixes and some new features. On POSIX systems it is guaranteed to be reliable when used in threaded applications. It includes timeout support from Python 3.3 and the run() API from 3.5 but otherwise matches 3.2's API.
This is a backport of the subprocess standard library module from Python 3.2 - 3.5 for use on Python 2. It includes bugfixes and some new features. On POSIX systems it is guaranteed to be reliable when used in threaded applications. It includes timeout support from Python 3.3 and the run() API from 3.5 but otherwise matches 3.2's API.
To install py27-subprocess32, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py27-subprocess32
To see what files were installed by py27-subprocess32, run:
port contents py27-subprocess32
To later upgrade py27-subprocess32, run:
sudo port selfupdate && sudo port upgrade py27-subprocess32
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.