This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Implement PEP 557: Data Classes
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: eric.smith Nosy List: eric.smith, ned.deily
Priority: normal Keywords: patch

Created on 2017-12-04 20:24 by eric.smith, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 4704 merged eric.smith, 2017-12-04 20:56
Messages (2)
msg307596 - (view) Author: Eric V. Smith (eric.smith) * (Python committer) Date: 2017-12-04 20:24
PR to follow. Development was at https://github.com/ericvsmith/dataclasses
msg307598 - (view) Author: Eric V. Smith (eric.smith) * (Python committer) Date: 2017-12-04 21:58
New changeset f0db54a0a1823534606ed5ce5a772365ba694c41 by Eric V. Smith in branch 'master':
bpo-32214: Implement PEP 557: Data Classes (#4704)
https://github.com/python/cpython/commit/f0db54a0a1823534606ed5ce5a772365ba694c41
History
Date User Action Args
2022-04-11 14:58:55adminsetgithub: 76395
2017-12-04 22:04:12eric.smithsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2017-12-04 21:58:58eric.smithsetmessages: + msg307598
2017-12-04 20:56:59eric.smithsetkeywords: + patch
stage: patch review
pull_requests: + pull_request4616
2017-12-04 20:24:49eric.smithcreate