]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45755: [typing] Reveal class attributes of generic in generic aliases in `dir...
authorKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Thu, 16 Dec 2021 14:29:59 +0000 (22:29 +0800)
committerGitHub <noreply@github.com>
Thu, 16 Dec 2021 14:29:59 +0000 (22:29 +0800)
commitd6e13747161d7b634b47d2d3d212ed3be4a21fab
tree9882b6f1113e19290e8608030310c446546bca11
parent4506bbede1644e985991884964b43afa7ee6f609
bpo-45755: [typing] Reveal class attributes of generic in generic aliases in `dir()` (GH-29962)
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2021-12-07-21-55-22.bpo-45755.bRqKGa.rst [new file with mode: 0644]