• Barry Warsaw's avatar
    Backport of fix for SF bug #595671 from Python 2.3cvs: · 0c25da58
    Barry Warsaw yazdı
        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.
    0c25da58
binascii.c 40.7 KB