]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Rewrite using class, to make waiting for processes possible;
authorGuido van Rossum <guido@python.org>
Mon, 11 Aug 1997 03:27:24 +0000 (03:27 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 11 Aug 1997 03:27:24 +0000 (03:27 +0000)
commit0357d02eab8c6df2af6abb68603600b8d6a54831
treebb413d59ff01977c6b5fb2520814dd9e65d9b493
parent0b4b8a21ce943aa07584c1a6608be6246f214d90
Rewrite using class, to make waiting for processes possible;
by default children are waited for automatically.
Lib/popen2.py