summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2024-04-17-22-00-15.gh-issue-114053._JBV4D.rst
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2024-06-06 18:20:06 (GMT)
committerThomas Wouters <thomas@python.org>2024-06-06 18:26:44 (GMT)
commit8e8a4baf652f6e1cee7acde9d78c4b6154539748 (patch)
treedb16b014a54e973987a23a4580895d75f3ba99a3 /Misc/NEWS.d/next/Library/2024-04-17-22-00-15.gh-issue-114053._JBV4D.rst
parentb03d71d0d8415281e71ae4f1455222db4b4b66d2 (diff)
downloadcpython-3.12.4.zip
cpython-3.12.4.tar.gz
cpython-3.12.4.tar.bz2
Python 3.12.4v3.12.4
Diffstat (limited to 'Misc/NEWS.d/next/Library/2024-04-17-22-00-15.gh-issue-114053._JBV4D.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2024-04-17-22-00-15.gh-issue-114053._JBV4D.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-04-17-22-00-15.gh-issue-114053._JBV4D.rst b/Misc/NEWS.d/next/Library/2024-04-17-22-00-15.gh-issue-114053._JBV4D.rst
deleted file mode 100644
index 827b2d6..0000000
--- a/Misc/NEWS.d/next/Library/2024-04-17-22-00-15.gh-issue-114053._JBV4D.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-Fix erroneous :exc:`NameError` when calling :func:`typing.get_type_hints` on
-a class that made use of :pep:`695` type parameters in a module that had
-``from __future__ import annotations`` at the top of the file. Patch by Alex
-Waygood.