]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-13601: always use line-buffering for sys.stderr (GH-17646)
authorJendrik Seipp <jendrikseipp@gmail.com>
Wed, 1 Jan 2020 22:21:43 +0000 (23:21 +0100)
committerAntoine Pitrou <antoine@python.org>
Wed, 1 Jan 2020 22:21:43 +0000 (23:21 +0100)
commit5b9077134cd0535f21905d5f5195847526cac99c
tree4bed1fd2a5350e003816b1cc05a474d903efedcc
parent46abfc1416ff8e450999611ef8f231ff871ab133
bpo-13601: always use line-buffering for sys.stderr (GH-17646)
Doc/library/sys.rst
Lib/test/test_cmd_line.py
Misc/ACKS
Misc/NEWS.d/next/Core and Builtins/2019-12-17-22-32-11.bpo-13601.vNP4LC.rst [new file with mode: 0644]
Python/pylifecycle.c