]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[Patch #1171487, bug #1170331] Fix error in base64.b32decode when encoding a single...
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 8 Jun 2005 22:51:38 +0000 (22:51 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 8 Jun 2005 22:51:38 +0000 (22:51 +0000)
commit6e57c2a6532d6f1158586232452a3b440e975b98
treeae0fffcb88a34fc56dab07dc721e7b9c48b8799e
parent8dbe1a70d788d91dd8851b92557d5e1a011f56f7
[Patch #1171487, bug #1170331] Fix error in base64.b32decode when encoding a single null byte; test a null byte in all encodings to be sure it works
Lib/base64.py
Lib/test/test_base64.py