]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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:42:38 +0000 (19:42 +0200)
committerGitHub <noreply@github.com>
Thu, 11 Jun 2026 17:42:38 +0000 (17:42 +0000)
commit7b62ea565b01d8004abec2fff671bb77e3eeb506
tree18cbde822f4222a79424089f6fe37cc9183a254f
parentb6d32363305e8e22eedcbdf8e6af2c96bfe15cdc
[3.14] gh-138991: Update dataclass documentation for new eq behavior in Python 3.13 (GH-139007) (#151373)

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