summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.12.rst
diff options
context:
space:
mode:
authorAlex Waygood <Alex.Waygood@Gmail.com>2024-04-15 16:48:13 (GMT)
committerGitHub <noreply@github.com>2024-04-15 16:48:13 (GMT)
commit106e9ddc435372f3977432d76d0b1cb46ac72c5f (patch)
tree059d2c1e16328415a8955bbd159ec735cc34a438 /Doc/whatsnew/3.12.rst
parent0d5238373daea2672b56f0dae58acf158cc9aa27 (diff)
downloadcpython-106e9ddc435372f3977432d76d0b1cb46ac72c5f.zip
cpython-106e9ddc435372f3977432d76d0b1cb46ac72c5f.tar.gz
cpython-106e9ddc435372f3977432d76d0b1cb46ac72c5f.tar.bz2
Docs: make the `whatsnew-typing-py312` anchor point to things that were new in the typing module (#117904)
Diffstat (limited to 'Doc/whatsnew/3.12.rst')
-rw-r--r--Doc/whatsnew/3.12.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst
index b986e63..35c84ea 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
------