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 py.user
Recipients barry, py.user, r.david.murray
Date 2014-11-10.21:17:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415654258.53.0.745648316941.issue22833@psf.upfronthosting.co.za>
In-reply-to
Content
R. David Murray wrote:
"Is there a reason you are choosing not to use the new API?"

My program is for Python 3.x. I need to decode wild headers to pretty unicode strings. Now, I do it by decode_header() and try...except for AttributeError, since a unicode string has no .decode() method.

I don't know what is "new API", but I guess it's not compatible with Python 3.0.
History
Date User Action Args
2014-11-10 21:17:38py.usersetrecipients: + py.user, barry, r.david.murray
2014-11-10 21:17:38py.usersetmessageid: <1415654258.53.0.745648316941.issue22833@psf.upfronthosting.co.za>
2014-11-10 21:17:38py.userlinkissue22833 messages
2014-11-10 21:17:38py.usercreate