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 r.david.murray
Recipients r.david.murray, sdaoden
Date 2011-02-22.12:11:14
SpamBayes Score 3.633509e-06
Marked as misclassified No
Message-id <1298376675.09.0.174815209881.issue11243@psf.upfronthosting.co.za>
In-reply-to
Content
We might wind up with a relatively quick 3.2.1, in which case we can get this fixed then.

The parser is supposed to operate without throwing exceptions (just setting defects), so if you find a case where *parsing* throws an exception please open an issue.  Once you start manipulating the model, of course, you may get exceptions.  I'm not sure what should happen if, say, the charset name is invalid (8bit), but certainly throwing an error because it is a Header rather than a string is wrong and needs fixing.
History
Date User Action Args
2011-02-22 12:11:15r.david.murraysetrecipients: + r.david.murray, sdaoden
2011-02-22 12:11:15r.david.murraysetmessageid: <1298376675.09.0.174815209881.issue11243@psf.upfronthosting.co.za>
2011-02-22 12:11:14r.david.murraylinkissue11243 messages
2011-02-22 12:11:14r.david.murraycreate