]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-138991: Update dataclass documentation for new eq behavior in Python 3...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 11 Jun 2026 17:39:04 +0000 (19:39 +0200)
committerGitHub <noreply@github.com>
Thu, 11 Jun 2026 17:39:04 +0000 (17:39 +0000)
commit5bc20725e26fc20fa2ca7715def2f184eefc0cd0
tree692df7f0d70c9b8891993ff330c09d272d52abb2
parentc4f3d8c3431167d2af3ceced0d13f2ee68771f9e
[3.13] gh-138991: Update dataclass documentation for new eq behavior in Python 3.13 (GH-139007) (#151374)

gh-138991: Update dataclass documentation for new eq behavior in Python 3.13 (GH-139007)

And add tests.
(cherry picked from commit 402668b2b1a63a2b3cfd7a2ede07f6786f9beb8e)

Co-authored-by: Aniket <148300120+Aniketsy@users.noreply.github.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Doc/library/dataclasses.rst
Lib/test/test_dataclasses/__init__.py