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 zvyn
Recipients barry, jesstess, pitrou, r.david.murray, zvyn
Date 2014-06-18.23:14:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403133284.52.0.0735782261823.issue21804@psf.upfronthosting.co.za>
In-reply-to
Content
The poplib classes already use Unicode internally (for everything but capability names). So to implement the UTF8 part of RFC 6856 we only need to enable the user to switch to UTF-8 mode if supported by the server.
History
Date User Action Args
2014-06-18 23:14:44zvynsetrecipients: + zvyn, barry, pitrou, r.david.murray, jesstess
2014-06-18 23:14:44zvynsetmessageid: <1403133284.52.0.0735782261823.issue21804@psf.upfronthosting.co.za>
2014-06-18 23:14:44zvynlinkissue21804 messages
2014-06-18 23:14:44zvyncreate