]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-32216: Add documentation for dataclasses (GH-6886)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 16 May 2018 09:17:03 +0000 (02:17 -0700)
committerGitHub <noreply@github.com>
Wed, 16 May 2018 09:17:03 +0000 (02:17 -0700)
commit04e96da5e4982afeb639d6a4d232c6c221fe3a9d
tree86c473bb7c5541550a2c80aa854847a31edbd860
parent4af6110f77e141779492995fd168d4f027fcf3cf
bpo-32216: Add documentation for dataclasses (GH-6886)

This is an initial version that likely requires much polishing. I'm adding it lay out the structure and so we have something to start working from.
(cherry picked from commit 98d50cb8f57eb227c373cb94b8680b12ec8aade5)

Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>
Doc/library/dataclasses.rst [new file with mode: 0644]
Doc/library/python.rst