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

Berker Peksag report at bugs.python.org
Thu Jan 5 00:21:56 CET 2012


Berker Peksag <berker.peksag at gmail.com> added the comment:

Hi Antoine,

I added some tests for b64decode function.

Also, I wrote some tests for b32decode and b16decode functions and failed. I think my patch is not working for b32decode and b16decode functions. I'll dig into code and try to find a way.

Thanks!

----------
Added file: http://bugs.python.org/file24141/issue13641_v2_with_tests.diff

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


More information about the Python-bugs-list mailing list