Issue 32214: Implement PEP 557: Data Classes (original) (raw)
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/76395
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) * ![]() |
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) * ![]() |
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:55 | admin | set | github: 76395 |
2017-12-04 22:04:12 | eric.smith | set | status: open -> closedresolution: fixedstage: patch review -> resolved |
2017-12-04 21:58:58 | eric.smith | set | messages: + |
2017-12-04 20:56:59 | eric.smith | set | keywords: + patchstage: patch reviewpull_requests: + <pull%5Frequest4616> |
2017-12-04 20:24:49 | eric.smith | create |