summaryrefslogtreecommitdiffstats
path: root/Doc/library/python.rst
diff options
context:
space:
mode:
authorEric V. Smith <ericvsmith@users.noreply.github.com>2018-05-16 08:20:43 (GMT)
committerGitHub <noreply@github.com>2018-05-16 08:20:43 (GMT)
commit98d50cb8f57eb227c373cb94b8680b12ec8aade5 (patch)
tree374b71e8a69ae5e61104ce2f92879f16ff3c5585 /Doc/library/python.rst
parent4cc3eb48e1e8289df5153db1c701cae263a1ef86 (diff)
downloadcpython-98d50cb8f57eb227c373cb94b8680b12ec8aade5.zip
cpython-98d50cb8f57eb227c373cb94b8680b12ec8aade5.tar.gz
cpython-98d50cb8f57eb227c373cb94b8680b12ec8aade5.tar.bz2
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.
Diffstat (limited to 'Doc/library/python.rst')
-rw-r--r--Doc/library/python.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/python.rst b/Doc/library/python.rst
index 440dc66..f39613f 100644
--- a/Doc/library/python.rst
+++ b/Doc/library/python.rst
@@ -16,6 +16,7 @@ overview:
builtins.rst
__main__.rst
warnings.rst
+ dataclasses.rst
contextlib.rst
abc.rst
atexit.rst