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

Implement PEP 557: Data Classes #76395

Closed
ericvsmith opened this issue Dec 4, 2017 · 2 comments
Closed

Implement PEP 557: Data Classes #76395

ericvsmith opened this issue Dec 4, 2017 · 2 comments
Assignees
Labels
3.7 (EOL) end of life stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@ericvsmith
Copy link
Member

BPO 32214
Nosy @ericvsmith, @ned-deily
PRs
  • bpo-32214: Implement PEP 557: Data Classes #4704
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/ericvsmith'
    closed_at = <Date 2017-12-04.22:04:12.372>
    created_at = <Date 2017-12-04.20:24:49.004>
    labels = ['3.7', 'type-feature', 'library']
    title = 'Implement PEP 557: Data Classes'
    updated_at = <Date 2017-12-04.22:04:12.372>
    user = 'https://github.com/ericvsmith'

    bugs.python.org fields:

    activity = <Date 2017-12-04.22:04:12.372>
    actor = 'eric.smith'
    assignee = 'eric.smith'
    closed = True
    closed_date = <Date 2017-12-04.22:04:12.372>
    closer = 'eric.smith'
    components = ['Library (Lib)']
    creation = <Date 2017-12-04.20:24:49.004>
    creator = 'eric.smith'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 32214
    keywords = ['patch']
    message_count = 2.0
    messages = ['307596', '307598']
    nosy_count = 2.0
    nosy_names = ['eric.smith', 'ned.deily']
    pr_nums = ['4704']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue32214'
    versions = ['Python 3.7']

    @ericvsmith
    Copy link
    Member Author

    PR to follow. Development was at https://github.com/ericvsmith/dataclasses

    @ericvsmith ericvsmith added the 3.7 (EOL) end of life label Dec 4, 2017
    @ericvsmith ericvsmith self-assigned this Dec 4, 2017
    @ericvsmith ericvsmith added stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Dec 4, 2017
    @ericvsmith
    Copy link
    Member Author

    New changeset f0db54a by Eric V. Smith in branch 'master':
    bpo-32214: Implement PEP-557: Data Classes (bpo-4704)
    f0db54a

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.7 (EOL) end of life stdlib Python modules in the Lib dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant