summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2024-06-08-15-15-29.gh-issue-114053.WQLAFG.rst
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2024-06-27 13:02:18 (GMT)
committerThomas Wouters <thomas@python.org>2024-06-27 13:06:51 (GMT)
commit7b413952e817ae87bfda2ac85dd84d30a6ce743b (patch)
treeebab9434dc9c77ee2ba828cf7736cf42ffad70a4 /Misc/NEWS.d/next/Library/2024-06-08-15-15-29.gh-issue-114053.WQLAFG.rst
parent49e5740135670e04ae6da7e6f52dbe380655e0f1 (diff)
downloadcpython-3.13.0b3.zip
cpython-3.13.0b3.tar.gz
cpython-3.13.0b3.tar.bz2
Python 3.13.0b3v3.13.0b3
Diffstat (limited to 'Misc/NEWS.d/next/Library/2024-06-08-15-15-29.gh-issue-114053.WQLAFG.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2024-06-08-15-15-29.gh-issue-114053.WQLAFG.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-06-08-15-15-29.gh-issue-114053.WQLAFG.rst b/Misc/NEWS.d/next/Library/2024-06-08-15-15-29.gh-issue-114053.WQLAFG.rst
deleted file mode 100644
index be49577..0000000
--- a/Misc/NEWS.d/next/Library/2024-06-08-15-15-29.gh-issue-114053.WQLAFG.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-Fix erroneous :exc:`NameError` when calling :func:`inspect.get_annotations`
-with ``eval_str=True``` 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.