Vajrasky Kok added the comment:

So msg.as_string() =>
   cte -> base64
   message -> 0JDQkdCS # base64 encoded string

What about msg.as_bytes()? Should it be:
   cte -> 8bit
   message -> \\u0410\\u0411\\u0412 (raw-unicode-escape) or 
\xd0\x90\xd0\x91\xd0\x92 (utf-8)?

or message -> 0JDQkdCS (base64) as well?

----------

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

Reply via email to