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 rndblnch
Recipients
Date 2007-03-02.17:04:08
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I rencently had trouble finding a bug in an email processing script because of an error that pass silently in the email module.
The get_payload() method in the email.message module always return something when the decode argument is set to True.
This behaviour is well documented, but is their a reason to catch the decoding errors ?
Why not let them pop-up to the calling code ?

renaud
History
Date User Action Args
2007-08-23 14:52:15adminlinkissue1672568 messages
2007-08-23 14:52:15admincreate