]> granicus.if.org Git - python/commit
bpo-32279: Add additional params to make_dataclass(), pass through to dataclass...
authorEric V. Smith <ericvsmith@users.noreply.github.com>
Sat, 6 Jan 2018 22:09:58 +0000 (17:09 -0500)
committerGitHub <noreply@github.com>
Sat, 6 Jan 2018 22:09:58 +0000 (17:09 -0500)
commitd80b443f02e087dd289ffefd04179c675304d76d
tree7bb88766e76f10fc71713037c5615a5bd84cecb8
parented7d429ebb591f65cef558760fb4ebdc4fc8f8b0
 bpo-32279: Add additional params to make_dataclass(), pass through to dataclass(). (gh-5117)
Lib/dataclasses.py
Lib/test/test_dataclasses.py
Misc/NEWS.d/next/Library/2018-01-06-16-50-11.bpo-32279.1xOpU8.rst [new file with mode: 0644]