]> granicus.if.org Git - python/commit
bpo-32216: Add documentation for dataclasses (GH-6886)
authorEric V. Smith <ericvsmith@users.noreply.github.com>
Wed, 16 May 2018 08:20:43 +0000 (04:20 -0400)
committerGitHub <noreply@github.com>
Wed, 16 May 2018 08:20:43 +0000 (04:20 -0400)
commit98d50cb8f57eb227c373cb94b8680b12ec8aade5
tree374b71e8a69ae5e61104ce2f92879f16ff3c5585
parent4cc3eb48e1e8289df5153db1c701cae263a1ef86
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.
Doc/library/dataclasses.rst [new file with mode: 0644]
Doc/library/python.rst