R. David Murray added the comment:

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).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22833>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to