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.

Author charlax
Recipients charlax, docs@python
Date 2018-12-04.09:01:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543914095.32.0.788709270274.issue35404@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2018-12-04 09:01:35charlaxsetrecipients: + charlax, docs@python
2018-12-04 09:01:35charlaxsetmessageid: <1543914095.32.0.788709270274.issue35404@psf.upfronthosting.co.za>
2018-12-04 09:01:35charlaxlinkissue35404 messages
2018-12-04 09:01:35charlaxcreate