[issue31522] _mboxMMDF.get_string() fails to pass param to get_bytes()

bpoaugust report at bugs.python.org
Tue Sep 19 18:34:29 EDT 2017


New submission from bpoaugust:

See:
https://github.com/python/cpython/blob/master/Lib/mailbox.py#L787

The code should be

self.get_bytes(key, from_)).as_string(unixfrom=from_)

----------
components: email
messages: 302564
nosy: barry, bpoaugust, r.david.murray
priority: normal
severity: normal
status: open
title: _mboxMMDF.get_string() fails to pass param to get_bytes()
type: behavior
versions: Python 3.5, Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31522>
_______________________________________


More information about the Python-bugs-list mailing list