]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Docs: make the `whatsnew-typing-py312` anchor point to things that were new...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 15 Apr 2024 16:55:04 +0000 (18:55 +0200)
committerGitHub <noreply@github.com>
Mon, 15 Apr 2024 16:55:04 +0000 (16:55 +0000)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Doc/whatsnew/3.12.rst

index e442490f75b6bb229d4fcfa8cf70c5bf811b47af..aa26434b3a43873efce4e5bfe9cd92e5d7d3d916 100644 (file)
@@ -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
 ------