]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-138991: Update dataclass documentation for new eq behavior in Python 3.13 (#139007)
authorAniket <148300120+Aniketsy@users.noreply.github.com>
Thu, 11 Jun 2026 17:15:29 +0000 (22:45 +0530)
committerGitHub <noreply@github.com>
Thu, 11 Jun 2026 17:15:29 +0000 (17:15 +0000)
commit402668b2b1a63a2b3cfd7a2ede07f6786f9beb8e
tree318dd23f14fb8d4ac6eb8bead7bbeb91dc2b9311
parent65047f2e2fb80e4ad36df56a343d75963a20c110
gh-138991: Update dataclass documentation for new eq behavior in Python 3.13 (#139007)

And add tests.

Co-authored-by: Victor Stinner <vstinner@python.org>
Doc/library/dataclasses.rst
Lib/test/test_dataclasses/__init__.py