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 epicfaace
Recipients barry, epicfaace, maxking, mytran, r.david.murray
Date 2019-08-19.18:12:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566238330.62.0.762351571916.issue37764@roundup.psfhosted.org>
In-reply-to
Content
Thanks, I've fixed the first case as you suggested.

I found an example of the 2nd case -- '=?utf-8?q?=somevalue?=' -- which causes the method to hang. I've added a fix, though I'm not sure if it treats the string properly -- it parses it as '=?utf-8?q?=somevalue?=' and doesn't raise any defects. Is that the behavior we would want?
History
Date User Action Args
2019-08-19 18:12:10epicfaacesetrecipients: + epicfaace, barry, r.david.murray, maxking, mytran
2019-08-19 18:12:10epicfaacesetmessageid: <1566238330.62.0.762351571916.issue37764@roundup.psfhosted.org>
2019-08-19 18:12:10epicfaacelinkissue37764 messages
2019-08-19 18:12:10epicfaacecreate