]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] 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:45:30 +0000 (19:45 +0200)
committerGitHub <noreply@github.com>
Thu, 11 Jun 2026 17:45:30 +0000 (17:45 +0000)
commitf3632b47ce7abe48d66116149293c0c57a8be942
tree441f8c3400798f882fe8e36e65094f1134872bd7
parentf3fd7b85298679f118feddf41b1dae04cc43ff1a
[3.15] gh-138991: Update dataclass documentation for new eq behavior in Python 3.13 (GH-139007) (#151372)

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