Skip to content

Commit d17f3d8

Browse files
authored
bpo-13601: Mention stderr's line buffering in What's New (GH-20168)
1 parent bb8635c commit d17f3d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/whatsnew/3.9.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,10 @@ most platforms. On Fedora and SuSE, it is equal to ``"lib64"`` on 64-bit
542542
platforms.
543543
(Contributed by Jan Matějek, Matěj Cepl, Charalampos Stratakis and Victor Stinner in :issue:`1294959`.)
544544

545+
Previously, :attr:`sys.stderr` was block-buffered when non-interactive. Now
546+
``stderr`` defaults to always being line-buffered.
547+
(Contributed by Jendrik Seipp in :issue:`13601`.)
548+
545549

546550
typing
547551
------

0 commit comments

Comments
 (0)