summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorAnh71me <iyumelive@gmail.com>2022-08-31 23:02:24 (GMT)
committerGitHub <noreply@github.com>2022-08-31 23:02:24 (GMT)
commit0cd33e11fe6c77c423dbf3a7a9920daff012f006 (patch)
tree122e75b0808167ca06e5953f9f3995b42f28b6ec /Misc/NEWS.d
parent615537e62f0a49f6888ac27046bd8de965512d9d (diff)
downloadcpython-0cd33e11fe6c77c423dbf3a7a9920daff012f006.zip
cpython-0cd33e11fe6c77c423dbf3a7a9920daff012f006.tar.gz
cpython-0cd33e11fe6c77c423dbf3a7a9920daff012f006.tar.bz2
GH-96079 Fix missing field name for _AnnotatedAlias (#96080)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2022-08-31-11-10-21.gh-issue-96079.uqrXdJ.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-08-31-11-10-21.gh-issue-96079.uqrXdJ.rst b/Misc/NEWS.d/next/Library/2022-08-31-11-10-21.gh-issue-96079.uqrXdJ.rst
new file mode 100644
index 0000000..4cb8d27
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-08-31-11-10-21.gh-issue-96079.uqrXdJ.rst
@@ -0,0 +1 @@
+In :mod:`typing`, fix missing field ``name`` and incorrect ``__module__`` in _AnnotatedAlias.