Issue 33116: Field is not exposed in dataclasses.all (original) (raw)

Issue33116

Created on 2018-03-21 20:47 by eric.smith, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 6182 merged eric.smith,2018-03-21 20:54
PR 6183 merged miss-islington,2018-03-21 21:14
Messages (2)
msg314222 - (view) Author: Eric V. Smith (eric.smith) * (Python committer) Date: 2018-03-21 20:47
'Field' needs to be added to __all__.
msg314225 - (view) Author: Eric V. Smith (eric.smith) * (Python committer) Date: 2018-03-21 21:44
New changeset 4ddc99d15963b0374f9dbfd57f14e6194ad65669 by Eric V. Smith (Miss Islington (bot)) in branch '3.7': bpo-33116: Add 'Field' to dataclasses.__all__. (GH-6182) (GH-6183) https://github.com/python/cpython/commit/4ddc99d15963b0374f9dbfd57f14e6194ad65669
History
Date User Action Args
2022-04-11 14:58:58 admin set github: 77297
2018-03-21 21:45:50 eric.smith set status: open -> closedresolution: fixedstage: patch review -> resolved
2018-03-21 21:44:26 eric.smith set messages: +
2018-03-21 21:14:41 miss-islington set pull_requests: + <pull%5Frequest5931>
2018-03-21 20:54:27 eric.smith set keywords: + patchstage: patch reviewpull_requests: + <pull%5Frequest5930>
2018-03-21 20:47:50 eric.smith create