From: Alex Waygood Date: Mon, 15 Apr 2024 16:48:13 +0000 (+0100) Subject: Docs: make the `whatsnew-typing-py312` anchor point to things that were new in the... X-Git-Tag: v3.13.0b1~417 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=106e9ddc435372f3977432d76d0b1cb46ac72c5f;p=thirdparty%2FPython%2Fcpython.git Docs: make the `whatsnew-typing-py312` anchor point to things that were new in the typing module (#117904) --- diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index b986e638498a..35c84eac5270 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -927,8 +927,6 @@ tempfile * :func:`tempfile.mkdtemp` now always returns an absolute path, even if the argument provided to the *dir* parameter is a relative path. -.. _whatsnew-typing-py312: - threading --------- @@ -963,6 +961,8 @@ types :ref:`user-defined-generics` when subclassed. (Contributed by James Hilton-Balfe and Alex Waygood in :gh:`101827`.) +.. _whatsnew-typing-py312: + typing ------