]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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 01:28:31 +0000 (03:28 +0200)
committerGitHub <noreply@github.com>
Thu, 30 May 2024 01:28:31 +0000 (01:28 +0000)
commit06c62d697a87822690342cd0d99d1cdbeca4ce9d
tree5c654d18a4cecf0af6e9d2ff7dc4570a834ee4d6
parentaf57832e634720a797a54973a85d15ac3e13cf60
[3.13] gh-119260: Clarify is_dataclass Behavior for Subclasses in Documentation and Tests (GH-119480) (#119760)

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