bpo-13601: Mention stderr's line buffering in What's New (GH-20168) · python/cpython@d17f3d8

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

------