https://github.com/python/cpython/commit/b8ef767ba52305a38e3d4ad850439cceec75a3b8 commit: b8ef767ba52305a38e3d4ad850439cceec75a3b8 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-09-02T05:16:01Z summary:
[3.13] gh-109975: Remove dangling angle bracket from 3.13.rst (GH-123589) (#123590) (cherry picked from commit 9a32a2588e1e25ccfd53edcdb381bd332ea2da41) Co-authored-by: Rafael Fontenelle <[email protected]> files: M Doc/whatsnew/3.13.rst diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 7d2a140fd3293f..b17cc611679349 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -953,7 +953,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]
