]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-32214: Implement PEP 557: Data Classes (#4704)
authorEric V. Smith <ericvsmith@users.noreply.github.com>
Mon, 4 Dec 2017 21:58:55 +0000 (16:58 -0500)
committerGitHub <noreply@github.com>
Mon, 4 Dec 2017 21:58:55 +0000 (16:58 -0500)
commitf0db54a0a1823534606ed5ce5a772365ba694c41
tree8fc106d161e8585a2407c186478960d46d2030f9
parent1e2fcac4972530aa2c963d7e4011021df5ba866e
bpo-32214: Implement PEP 557: Data Classes (#4704)
Lib/dataclasses.py [new file with mode: 0644]
Lib/test/test_dataclasses.py [new file with mode: 0755]
Misc/NEWS.d/next/Library/2017-12-04-15-51-57.bpo-32214.uozdNj.rst [new file with mode: 0644]