| OLD | NEW |
| (Empty) | |
| 1 This is a backport of the Python 3.2 subprocess module for use on |
| 2 Python versions 2.4 through 2.7. |
| 3 |
| 4 It includes many important bug fixes including a C extension module used |
| 5 internally to handle the code path between fork() and exec(). This version |
| 6 is reliable when an application is using threads. |
| 7 |
| 8 Refer to the Python 3.2 documentation for usage information: |
| 9 http://docs.python.org/3.2/library/subprocess.html |
| 10 |
| 11 Timeout support backported from Python 3.3 is also included. |
| 12 |
| 13 Bugs? Try to reproduce them on the latest Python 3.x itself and file bug |
| 14 reports on http://bugs.python.org/. Add gregory.p.smith to the Nosy list. |
| 15 |
| 16 -- Gregory P. Smith greg@krypto.org |
| OLD | NEW |