• Guido van Rossum's avatar
    Make test_base64 pass. · dbf398ee
    Guido van Rossum authored
    Change binascii.Error to derive from ValueError
    and raise binascii.Error everywhere where values are bad
    (why on earth did the old code use TypeError?!?).
    dbf398ee
base64.py 12.1 KB