Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,7 @@ io
the :meth:`~io.IOBase.close` method with :data:`sys.unraisablehook`.
Previously, errors were ignored silently by default,
and only logged in :ref:`Python Development Mode <devmode>`
or when using a :ref:`<Python debug build <debug-build>`.
or when using a :ref:`Python debug build <debug-build>`.
(Contributed by Victor Stinner in :gh:`62948`.)


Expand Down