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, py.user, r.david.murray
Date 2014-11-10.22:59:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415660363.64.0.237210240625.issue22833@psf.upfronthosting.co.za>
In-reply-to
Content
Certainly not with 3.0, but nobody in their right mind should be using that version any more :).

The new API for decoding headers is available as of Python 3.3, with additional new API features in 3.4.  See 

https://docs.python.org/3/library/email-examples.html#examples-using-the-provisional-api

for an example.  Note that although the API is 'provisional', I anticipate no non-trivial changes when it becomes final in 3.5.  (The only API change that has happened has been done such that you get warnings if you use it "wrong" in 3.4, and is in a relatively obscure method (is_attachment).
History
Date User Action Args
2014-11-10 22:59:23r.david.murraysetrecipients: + r.david.murray, barry, py.user
2014-11-10 22:59:23r.david.murraysetmessageid: <1415660363.64.0.237210240625.issue22833@psf.upfronthosting.co.za>
2014-11-10 22:59:23r.david.murraylinkissue22833 messages
2014-11-10 22:59:23r.david.murraycreate