From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Mon, 8 Jul 2024 00:18:28 +0000 (-0700) Subject: Fix sphinx reference target (#121470) X-Git-Tag: v3.14.0a1~1206 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c8669489d45f22a8c6de7e05b7625db10befb8db;p=thirdparty%2FPython%2Fcpython.git Fix sphinx reference target (#121470) This was introduced in https://github.com/python/cpython/pull/121164 and appears to be causing test failures on main --- diff --git a/Misc/NEWS.d/next/Library/2024-06-29-19-30-15.gh-issue-121163.SJKDFq.rst b/Misc/NEWS.d/next/Library/2024-06-29-19-30-15.gh-issue-121163.SJKDFq.rst index 029838030278..50f945ab9f14 100644 --- a/Misc/NEWS.d/next/Library/2024-06-29-19-30-15.gh-issue-121163.SJKDFq.rst +++ b/Misc/NEWS.d/next/Library/2024-06-29-19-30-15.gh-issue-121163.SJKDFq.rst @@ -1,3 +1,2 @@ Add support for ``all`` as an valid ``action`` for :func:`warnings.simplefilter` -and :func:`warnings.filterswarnings`. - +and :func:`warnings.filterwarnings`.