Kaydet (Commit) d2152181 authored tarafından Tim Peters's avatar Tim Peters

test_popen2 broke on Windows shortly after 2.0b2 was released. Fixed it.

üst cf0a1cc4
......@@ -111,7 +111,7 @@ class Popen4(Popen3):
if sys.platform[:3] == "win":
# Some things don't make sense on non-Unix platforms.
del Popen3, Popen4, _active, _cleanup
del Popen3, Popen4
def popen2(cmd, bufsize=-1, mode='t'):
"""Execute the shell command 'cmd' in a sub-process. If 'bufsize' is
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment