]> granicus.if.org Git - python/commit
bpo-30404: The -u option now makes the stdout and stderr streams totally unbuffered...
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 4 Oct 2017 17:25:40 +0000 (20:25 +0300)
committerGitHub <noreply@github.com>
Wed, 4 Oct 2017 17:25:40 +0000 (20:25 +0300)
commit77732be801c18013cfbc86e27fcc50194ca22c8e
tree994379199522db4d759f5759655ad0c466e7fdab
parent0b5e61ddca73ad4fe597fb15065115b0285c8849
bpo-30404: The -u option now makes the stdout and stderr streams totally unbuffered. (#1667)
Doc/using/cmdline.rst
Lib/test/test_cmd_line.py
Misc/NEWS.d/next/Core and Builtins/2017-10-03-23-46-39.bpo-30404._9Yi5u.rst [new file with mode: 0644]
Python/pylifecycle.c