[3.12] Docs: make the whatsnew-typing-py312 anchor point to things that were new in the typing module (GH-117904) (#117905)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
Miss Islington (bot) 2024-04-15 18:55:04 +02:00 committed by GitHub
parent 1a45659064
commit 6dfb7e1f27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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
------