[issue13641] decoding functions in the base64 module could accept unicode strings

Antoine Pitrou report at bugs.python.org
Mon Feb 20 19:34:41 CET 2012


Antoine Pitrou <pitrou at free.fr> added the comment:

I've committed issue13641-alternative-v1.patch. I really think practicality beats purity here and, furthermore, there's no associated danger (non-ASCII data is rejected both as bytes and str).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13641>
_______________________________________


More information about the Python-bugs-list mailing list