Files
cpython/Lib
Gregory P. Smith 59fd1bfcc1 The _posixsubprocess module is now required on POSIX.
Remove the pure Python POSIX subprocess implementation.

If non-CPython VMs (are there any for 3.x yet?) were somehow depending
on this, they already have the exact same set of problems with Python
code being executed after os.fork() that _posixsubprocess was written
to deal with.  They should implement an equivalent outside of Python.
2011-05-28 09:32:39 -07:00
..
2011-05-25 18:13:49 +02:00
2011-05-14 06:47:51 +03:00
2011-05-09 08:10:38 +02:00
2011-05-06 00:02:12 +10:00
2011-05-07 19:11:06 +02:00
2011-05-14 15:35:56 -07:00
2011-05-09 08:10:38 +02:00
2011-05-25 18:22:26 +02:00
2011-05-06 10:57:22 +02:00
2011-05-26 16:35:14 +02:00