diff options
author | Yurii Karabas <1998uriyyo@gmail.com> | 2021-07-19 17:22:12 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-19 17:22:12 (GMT) |
commit | bce1418541a64a793960182772f985f64afbfa1a (patch) | |
tree | cfde24e8cb3ad119a55282e54f4b052f8be468d9 /Misc/NEWS.d | |
parent | 89f4c34797de2f0e5045da2b97c1c8cbbb42fbb2 (diff) | |
download | cpython-bce1418541a64a793960182772f985f64afbfa1a.zip cpython-bce1418541a64a793960182772f985f64afbfa1a.tar.gz cpython-bce1418541a64a793960182772f985f64afbfa1a.tar.bz2 |
bpo-44524: Add missed __name__ and __qualname__ to typing module objects (#27237)
Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-07-19-14-04-42.bpo-44524.Nbf2JC.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-07-19-14-04-42.bpo-44524.Nbf2JC.rst b/Misc/NEWS.d/next/Library/2021-07-19-14-04-42.bpo-44524.Nbf2JC.rst new file mode 100644 index 0000000..0acdc7d --- /dev/null +++ b/Misc/NEWS.d/next/Library/2021-07-19-14-04-42.bpo-44524.Nbf2JC.rst @@ -0,0 +1,2 @@ +Add missing ``__name__`` and ``__qualname__`` attributes to ``typing`` module +classes. Patch provided by Yurii Karabas. |