mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
bpo-13601: Mention stderr's line buffering in What's New (GH-20168)
This commit is contained in:
parent
bb8635cc3b
commit
d17f3d8315
1 changed files with 4 additions and 0 deletions
|
@ -542,6 +542,10 @@ most platforms. On Fedora and SuSE, it is equal to ``"lib64"`` on 64-bit
|
|||
platforms.
|
||||
(Contributed by Jan Matějek, Matěj Cepl, Charalampos Stratakis and Victor Stinner in :issue:`1294959`.)
|
||||
|
||||
Previously, :attr:`sys.stderr` was block-buffered when non-interactive. Now
|
||||
``stderr`` defaults to always being line-buffered.
|
||||
(Contributed by Jendrik Seipp in :issue:`13601`.)
|
||||
|
||||
|
||||
typing
|
||||
------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue