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 tony_nelson
Recipients barry, ggenellina, jafo, kael, tlynn, tony_nelson
Date 2009-04-04.02:08:49
SpamBayes Score 1.3077549e-06
Marked as misclassified No
Message-id <1238810931.84.0.362768728642.issue1079@psf.upfronthosting.co.za>
In-reply-to
Content
I think the problem is best viewed as headers are not being parsed
according to RFC2822 and decoded after that, so the recognition of
encoded words should be looser, and not require whitespace around them,
as it is not required in all contexts.

Patch and test, tested on 2.6.1, 2.7trunk.  The test mostly just
reverses the sense of test_rfc2047_without_whitespace().
History
Date User Action Args
2009-04-04 02:08:52tony_nelsonsetrecipients: + tony_nelson, barry, jafo, tlynn, ggenellina, kael
2009-04-04 02:08:51tony_nelsonsetmessageid: <1238810931.84.0.362768728642.issue1079@psf.upfronthosting.co.za>
2009-04-04 02:08:50tony_nelsonlinkissue1079 messages
2009-04-04 02:08:50tony_nelsoncreate