]> granicus.if.org Git - python/commit
Make test_subprocess pass. The subprocess module now reads and writes
authorGuido van Rossum <guido@python.org>
Tue, 15 May 2007 23:18:55 +0000 (23:18 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 15 May 2007 23:18:55 +0000 (23:18 +0000)
commitc9e363c2eb3eed920bcd0d08a2eabdfa939b1270
treedcccf25bf9c8e8dcd31dca35bb77d4d95f4e5d56
parentaf2362a584c01dec32d7f1a23d3e6f653f11dde4
Make test_subprocess pass.  The subprocess module now reads and writes
bytes instead of strings.  We'll see how long that lasts.
Lib/subprocess.py
Lib/test/test_subprocess.py