]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43764: Add match_args=False parameter to dataclass decorator and to make_dataclas...
authorEric V. Smith <ericvsmith@users.noreply.github.com>
Sun, 11 Apr 2021 01:28:42 +0000 (21:28 -0400)
committerGitHub <noreply@github.com>
Sun, 11 Apr 2021 01:28:42 +0000 (21:28 -0400)
commit750f484752763fe9ac1d6455780aabcb67f25508
tree263bacbb75386ab2bf327bcbc7bfcc949140efd6
parentc3a478b7e56b92bcd980b7ded34005f8b339602e
bpo-43764: Add match_args=False parameter to dataclass decorator and to make_dataclasses function. (GH-25337)

Add match_args=False parameter to dataclass decorator and to make_dataclass function.
Doc/library/dataclasses.rst
Lib/dataclasses.py
Lib/test/test_dataclasses.py
Misc/NEWS.d/next/Library/2021-04-10-18-23-09.bpo-43764.Le5KJp.rst [new file with mode: 0644]