base64.decodestring gives binascii.error
Alex Martelli
aleax at aleax.it
Fri Dec 28 06:22:49 EST 2001
More information about the Python-list mailing list
Fri Dec 28 06:22:49 EST 2001
- Previous message (by thread): REPOST: Re: base64.decodestring gives binascii.error
- Next message (by thread): REPOST: Re: base64.decodestring gives binascii.error
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Erik Myllymaki" <erik at pacific-shores.com> wrote in message news:3C2C03CB.7030000 at pacific-shores.com... > should base64.decodestring give a binascii.error if it encounters > special chars like '_' and '!' ? Makes sense to me; after all, such characters should never be in a string produced by base64, so the data must have been damaged in transit -- raising an exceptions seems appropriate. Alex
- Previous message (by thread): REPOST: Re: base64.decodestring gives binascii.error
- Next message (by thread): REPOST: Re: base64.decodestring gives binascii.error
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list