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 barry, ggenellina, ishimoto, jafo, kael, leromarinvit, r.david.murray, runtux, tkikuchi, tlynn, tony_nelson
Date 2012-01-03.16:17:11
SpamBayes Score 1.1985493e-07
Marked as misclassified No
Message-id <1325607431.79.0.487950824251.issue1079@psf.upfronthosting.co.za>
In-reply-to
Content
Well, a caution that tweaking the regex can have unexpected consequences as past issues have proven (but by all means go for it), and a note that the parsing strategy is going to change completely in email6 (see http://pypi.python.org/email and http://hg.python.org/features/email6).  I think your tests should pass on that branch; I'll be interested to try it when I get some time.

(Note: I'm removing 3.1 from versions since it doesn't get bug fixes any more.)

Also, I'm not sure the (non-essential) change to consolidate like-charset encoded words is appropriate for a bug fix.  It's hard to see how it would break anything, but why take the risk if it isn't needed to fix the bug.
History
Date User Action Args
2012-01-03 16:17:11r.david.murraysetrecipients: + r.david.murray, barry, jafo, ishimoto, tlynn, ggenellina, tkikuchi, tony_nelson, kael, leromarinvit, runtux
2012-01-03 16:17:11r.david.murraysetmessageid: <1325607431.79.0.487950824251.issue1079@psf.upfronthosting.co.za>
2012-01-03 16:17:11r.david.murraylinkissue1079 messages
2012-01-03 16:17:11r.david.murraycreate