New submission from Charles-Axel Dein <charlesaxel.d...@gmail.com>:

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

----------
assignee: docs@python
components: Documentation
messages: 331018
nosy: charlax, docs@python
priority: normal
severity: normal
status: open
title: Document how to import _structure in email.message
type: enhancement
versions: Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35404>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to