diff options
Diffstat (limited to 'Misc/NEWS.d/next/Library/2021-12-07-21-55-22.bpo-45755.bRqKGa.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-12-07-21-55-22.bpo-45755.bRqKGa.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-12-07-21-55-22.bpo-45755.bRqKGa.rst b/Misc/NEWS.d/next/Library/2021-12-07-21-55-22.bpo-45755.bRqKGa.rst deleted file mode 100644 index e5201b0..0000000 --- a/Misc/NEWS.d/next/Library/2021-12-07-21-55-22.bpo-45755.bRqKGa.rst +++ /dev/null @@ -1,3 +0,0 @@ -:mod:`typing` generic aliases now reveal the class attributes of the -original generic class when passed to ``dir()``. This was the behavior up to -Python 3.6, but was changed in 3.7-3.9. |