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

This commit is contained in:
Alex Waygood 2024-04-15 17:48:13 +01:00 committed by GitHub
parent 0d5238373d
commit 106e9ddc43
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
------