]> granicus.if.org Git - python/commit
Remove native popen() and fdopen(), replacing them with subprocess calls.
authorGuido van Rossum <guido@python.org>
Thu, 24 May 2007 00:50:02 +0000 (00:50 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 24 May 2007 00:50:02 +0000 (00:50 +0000)
commitc2f93dc2e42b48a20578599407b0bb51a6663d09
treea13677daceceb29f55a468cac3874e1a757dccc9
parentd8595fe304c3d9bb15ad59b1db0b71a2b7ab3c54
Remove native popen() and fdopen(), replacing them with subprocess calls.
Fix a path to an assert in fileio_read().
Some misc tweaks.
Lib/io.py
Lib/os.py
Lib/subprocess.py
Lib/test/test_io.py
Lib/test/test_tempfile.py
Modules/_fileio.c
Modules/posixmodule.c