]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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:39 +0000 (05:08 +0200)
committerGitHub <noreply@github.com>
Wed, 13 May 2026 03:08:39 +0000 (03:08 +0000)
commit054348e583a620667b12941870efdc5258a8fa3b
tree27fb23d9b7c589fda1062b3934669f61198cc892
parentd6b6fd70c4afce0210372945bca8e0bc7aa8cabf
[3.14] gh-149574: Document that is_typeddict, is_protocol, is_dataclass, isclass return False for generic aliases (GH-149604) (#149751)

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