]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-119260: Clarify is_dataclass Behavior for Subclasses in Documentation and...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 30 May 2024 03:24:50 +0000 (05:24 +0200)
committerGitHub <noreply@github.com>
Thu, 30 May 2024 03:24:50 +0000 (03:24 +0000)
commit681d7da144d1471ed5c0a155c838dc4a4a36636d
treed1e1cc523c856214d47118d3794079f9717cef4f
parent45587df8d0a129fb580cdd591f514efb09f49305
[3.12] gh-119260: Clarify is_dataclass Behavior for Subclasses in Documentation and Tests (GH-119480) (#119761)

gh-119260: Clarify is_dataclass Behavior for Subclasses in Documentation and Tests (GH-119480)
(cherry picked from commit bf4ff3ad2e362801e87c85fffd9e140b774cef26)

Co-authored-by: Aditya Borikar <adityaborikar2@gmail.com>
Co-authored-by: Carl Meyer <carl@oddbird.net>
Doc/library/dataclasses.rst
Lib/test/test_dataclasses/__init__.py