]> 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:53:01 +0000 (22:53 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 8 Jun 2005 22:53:01 +0000 (22:53 +0000)
commit475661e689b60143717a802dff07f4e8ef88a427
tree3d04cf517501885f73d8e81930f3802b5a4c152a
parent7149f19f181c7d3c0a292d3d7b1c717bfc66eda6
[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