This commit is contained in:
Benjamin Peterson 2009-05-13 21:15:03 +00:00
parent 74b8924eaf
commit 4487f53fd6

View file

@ -789,7 +789,7 @@ always available.
def make_streams_binary():
sys.stdin = sys.stdin.detach()
sys.stdout = sys.stout.detach()
sys.stdout = sys.stdout.detach()
sys.stderr = sys.stderr.detach()