Skip to content
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

Merged
merged 9 commits into from
May 16, 2018
Merged

Conversation

ericvsmith
Copy link
Member

@ericvsmith ericvsmith commented May 15, 2018

This is preliminary documentation. Additional work will be required.

https://bugs.python.org/issue32216

@ericvsmith ericvsmith self-assigned this May 15, 2018
@ericvsmith ericvsmith changed the title boo-32216: Add documentation for dataclasses bpo-32216: Add documentation for dataclasses May 15, 2018
==========================================

.. module:: dataclasses
:synopsis: Container datatypes
Copy link
Member

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...)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed. Good catch!

@ericvsmith ericvsmith merged commit 98d50cb into master May 16, 2018
@miss-islington
Copy link
Contributor

Thanks @ericvsmith for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒⛏🤖

@ericvsmith ericvsmith deleted the dataclasses-doc branch May 16, 2018 08:20
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 16, 2018
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>
@bedevere-bot
Copy link

GH-6894 is a backport of this pull request to the 3.7 branch.

miss-islington added a commit that referenced this pull request May 16, 2018
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants