[issue27397] email.message.Message.get_payload(decode=True) raises AssertionError that "should never happen"

R. David Murray report at bugs.python.org
Mon Jun 27 09:20:06 EDT 2016


R. David Murray added the comment:

This appears to be a bug in b64decode.  It should not be raising that error if validate=False, as it is in the code being executed during the test case.  It's not that b64decode is ignoring the validate argument; the error appears to be data-dependent.  I don't have time to investigate this further at the moment, perhaps someone else can pick it up.

----------
versions: +Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27397>
_______________________________________


More information about the Python-bugs-list mailing list