-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpo-32216: Add documentation for dataclasses #6886
Conversation
Doc/library/dataclasses.rst
Outdated
========================================== | ||
|
||
.. module:: dataclasses | ||
:synopsis: Container datatypes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the synopsis here correct? (I think I copy pasted from something else...)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed. Good catch!
Thanks @ericvsmith for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7. |
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 98d50cb) Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>
GH-6894 is a backport of this pull request to the 3.7 branch. |
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 98d50cb) Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>
This is preliminary documentation. Additional work will be required.
https://bugs.python.org/issue32216