]> granicus.if.org Git - python/commit
Only supply popen2, popen3 when fork exists.
authorGuido van Rossum <guido@python.org>
Tue, 19 Sep 2000 03:04:52 +0000 (03:04 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 19 Sep 2000 03:04:52 +0000 (03:04 +0000)
commitd9a8e965433e03f598089153f3c51ac6d6fb295f
tree65d013bd3467e29df34c4954d4b25e669459e815
parent9e8181b809c0dc40f86d66ce7e51db83aaeccd20
Only supply popen2, popen3 when fork exists.
(This avoids defining non-working versions of these on the Mac.)
Lib/os.py