[issue21079] EmailMessage.is_attachment == False if filename is present

Brandon Rhodes report at bugs.python.org
Thu Mar 27 18:21:14 CET 2014


Brandon Rhodes added the comment:

Oh - this also, happily, explains why iter_attachments() is ignoring
all of the attachments on my email: because it internally relies upon
is_attachment to make the decision. So this fix will also make
iter_attachments() usable!

----------

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


More information about the Python-bugs-list mailing list