]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport of fix for SF bug #595671 from Python 2.3cvs:
authorBarry Warsaw <barry@python.org>
Thu, 15 Aug 2002 22:18:11 +0000 (22:18 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 15 Aug 2002 22:18:11 +0000 (22:18 +0000)
commit0c25da5823de33210dc43c3c30d51a995d752fce
treeaa017b1c2d675f1c1c3e180ca8e17d2a07878876
parent3218fa4df6e796937105664e4aca3641bc84537b
Backport of fix for SF bug #595671 from Python 2.3cvs:

    base64.decodestring('') should return '' instead of raising an
    exception.  The bug fix for SF #430849 wasn't quite right.  This
    closes SF bug #595671.  I'll backport this to Python 2.2.

One addition here is that there was no test of the base64 module in
Python 2.2 cvs yet, so I added that too.
Lib/test/output/test_base64 [new file with mode: 0644]
Modules/binascii.c