Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Update Misc/NEWS.d/next/Library/2025-11-18-14-39-31.gh-issue-141570.q…
…3n984.rst

Co-authored-by: Victor Stinner <[email protected]>
  • Loading branch information
hroncok and vstinner authored Nov 19, 2025
commit 7f2318413e90ff9f4075ae508b5c883b96855ebb
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Support :term:`file-like object` raising :exc:`OSError` from :meth:`~io.IOBase.fileno` in color
detection (``_colorize.can_colorize``). This can occur when ``sys.stdout`` is redirected.
detection (``_colorize.can_colorize()``). This can occur when ``sys.stdout`` is redirected.
Loading