]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-149574: Document that is_typeddict, is_protocol, is_dataclass, isclass...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 13 May 2026 03:08:49 +0000 (05:08 +0200)
committerGitHub <noreply@github.com>
Wed, 13 May 2026 03:08:49 +0000 (03:08 +0000)
commitbc20c2b14604f934d598835e6528211785a4b703
treed44789d16bdb515ee38d7268182712e701a053c9
parent8b73ce9ab86a0048a4e9a74ce71397b41f4da3f0
[3.15] gh-149574: Document that is_typeddict, is_protocol, is_dataclass, isclass return False for generic aliases (GH-149604) (#149750)

gh-149574: Document that is_typeddict, is_protocol, is_dataclass, isclass return False for generic aliases (GH-149604)
(cherry picked from commit a4e51c8dac9fdd49ae26ff8c6cd3c808fd8ba15e)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Doc/library/dataclasses.rst
Doc/library/inspect.rst
Doc/library/stdtypes.rst
Doc/library/typing.rst