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

Antoine Pitrou report at bugs.python.org
Sun Feb 19 19:21:54 CET 2012


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

I think trying to prevent mixed argument types is completely overkill. There's no ambiguity since they all have to be ASCII anyway.
So I would prefer to commit issue13641-alternative-v1.patch

----------

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


More information about the Python-bugs-list mailing list