https://github.com/python/cpython/commit/9fba1063a1ba03fd9ce686eac5620f2b87b2aa35 commit: 9fba1063a1ba03fd9ce686eac5620f2b87b2aa35 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s <[email protected]> date: 2024-09-25T17:16:18-07:00 summary:
[3.13] gh-123223: Adding hyperlink of argument in warnings.catch_warnings: (GH-123231) (#124528) gh-123223: Adding hyperlink of argument in warnings.catch_warnings: (GH-123231) * Adding hyperlink of argument * Modify as reviewer suggested (cherry picked from commit 828583a7855f15edc96e6721c226ace098ba463b) Co-authored-by: Damien <[email protected]> files: M Doc/library/warnings.rst diff --git a/Doc/library/warnings.rst b/Doc/library/warnings.rst index c66e65abee426f..83163cc688297c 100644 --- a/Doc/library/warnings.rst +++ b/Doc/library/warnings.rst @@ -595,6 +595,9 @@ Available Context Managers passed to :func:`simplefilter` as if it were called immediately on entering the context. + See :ref:`warning-filter` for the meaning of the *category* and *lineno* + parameters. + .. note:: The :class:`catch_warnings` manager works by replacing and _______________________________________________ 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]
