This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sanxiyn
Recipients
Date 2006-04-07.01:19:53
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
See:
http://mail.python.org/pipermail/python-dev/2006-April/063504.html

base64.b64decode function ignores non-alphabet
characters, which contradicts its documentation: see
http://docs.python.org/lib/module-base64.html

Also, the exception must be ValueError instead of
TypeError.
History
Date User Action Args
2008-01-20 09:58:39adminlinkissue1466065 messages
2008-01-20 09:58:39admincreate