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 python-dev, r.david.murray, sdaoden
Date 2011-04-21.15:08:40
SpamBayes Score 0.006311252
Marked as misclassified No
Message-id <1303398521.43.0.306822535872.issue11584@psf.upfronthosting.co.za>
In-reply-to
Content
My fix (and the tests) for this are wrong.  decode_header returns (binary, charset) pairs, but the chunks list is (string, charset) pairs.
History
Date User Action Args
2011-04-21 15:08:41r.david.murraysetrecipients: + r.david.murray, sdaoden, python-dev
2011-04-21 15:08:41r.david.murraysetmessageid: <1303398521.43.0.306822535872.issue11584@psf.upfronthosting.co.za>
2011-04-21 15:08:40r.david.murraylinkissue11584 messages
2011-04-21 15:08:40r.david.murraycreate