https://github.com/python/cpython/commit/9a32a2588e1e25ccfd53edcdb381bd332ea2da41 commit: 9a32a2588e1e25ccfd53edcdb381bd332ea2da41 branch: main author: Rafael Fontenelle <[email protected]> committer: hugovk <[email protected]> date: 2024-09-02T07:57:56+03:00 summary:
gh-109975: Remove dangling angle bracket from 3.13.rst (#123589) Remove dangling angle bracket from 3.13.rst files: M Doc/whatsnew/3.13.rst diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 8c9ae13da3a03f..4f418e9bc29f2f 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -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`.) _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
