[issue17505] [doc] email.header.Header.__unicode__ does not decode header
March 1, 2022
3:59 a.m.
Jelle Zijlstra <jelle.zijlstra@gmail.com> added the comment: The messages above are very old and seem to be discussing Python 2. There is no `__unicode__` method any more, for example, though there is a `__str__` method which presumably does what `__unicode__` used to do. It is documented now at https://docs.python.org/3.10/library/email.header.html#email.header.Header._... . You'll have to do some more digging to figure out whether the OP's complaint still applies. ---------- nosy: +Jelle Zijlstra _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue17505> _______________________________________
1630
Age (days ago)
1630
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jelle Zijlstra