Issue 35404: Document how to import _structure in email.message (original) (raw)
Issue35404
Created on 2018-12-04 09:01 by charlax, last changed 2022-04-11 14:59 by admin. This issue is now closed.
Pull Requests | |||
---|---|---|---|
URL | Status | Linked | Edit |
PR 10886 | merged | python-dev,2018-12-04 09:02 |
Messages (3) | ||
---|---|---|
msg331018 - (view) | Author: Charles-Axel Dein (charlax) * | Date: 2018-12-04 09:01 |
The example for `walk()` in `email.message.EmailMessage` makes use of the `_structure` function but does not clarify how to import it. I can make a patch adding a line: from email.iterators import _structure | ||
msg333353 - (view) | Author: Brian Curtin (brian.curtin) * ![]() |
Date: 2019-01-09 22:52 |
New changeset e394ba32147f687b6bc7518d461f1d84211698e0 by Brian Curtin (Charles-Axel Dein) in branch 'master': bpo-35404: Clarify how to import _structure in email.message doc (GH-10886) https://github.com/python/cpython/commit/e394ba32147f687b6bc7518d461f1d84211698e0 | ||
msg378288 - (view) | Author: Irit Katriel (iritkatriel) * ![]() |
Date: 2020-10-08 21:58 |
This seems complete, can it be closed? |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:59:08 | admin | set | github: 79585 |
2020-10-08 22:37:36 | Mariatta | set | status: open -> closedresolution: fixedstage: patch review -> resolved |
2020-10-08 21:58:33 | iritkatriel | set | nosy: + iritkatrielmessages: + |
2019-01-09 22:52:23 | brian.curtin | set | nosy: + brian.curtinmessages: + |
2018-12-04 09:02:59 | python-dev | set | keywords: + patchstage: patch reviewpull_requests: + <pull%5Frequest10124> |
2018-12-04 09:01:35 | charlax | create |