[issue33116] Field is not exposed in dataclasses.__all__

2018-03-21 Thread Eric V. Smith
Change by Eric V. Smith : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue33116] Field is not exposed in dataclasses.__all__

2018-03-21 Thread Eric V. Smith
Eric V. Smith added the comment: 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)

[issue33116] Field is not exposed in dataclasses.__all__

2018-03-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +5931 ___ Python tracker ___

[issue33116] Field is not exposed in dataclasses.__all__

2018-03-21 Thread Eric V. Smith
Change by Eric V. Smith : -- keywords: +patch pull_requests: +5930 stage: -> patch review ___ Python tracker ___

[issue33116] Field is not exposed in dataclasses.__all__

2018-03-21 Thread Eric V. Smith
New submission from Eric V. Smith : 'Field' needs to be added to __all__. -- assignee: eric.smith messages: 314222 nosy: eric.smith priority: normal severity: normal status: open title: Field is not exposed in dataclasses.__all__ type: behavior versions: Python 3.7,