[issue1466065] base64 module ignores non-alphabet characters

Neil Tallim report at bugs.python.org
Wed Jul 29 18:58:33 CEST 2009


Neil Tallim <red.hamsterx at gmail.com> added the comment:

R. David Murray, should I update the patches for both the pure-Python
solution and the C solution, or is one domain preferable here? The
Python-based solution keeps all of the invalid-character TypeErrors
collected in the same module, but the C-based solution allows this
problem to be caught more efficiently.

----------

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


More information about the Python-bugs-list mailing list