[ python-Bugs-1466065 ] base64 module ignores non-alphabet characters

SourceForge.net noreply at sourceforge.net
Fri Apr 7 03:19:53 CEST 2006


Bugs item #1466065, was opened at 2006-04-07 10:19
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1466065&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Library
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Seo Sanghyeon (sanxiyn)
Assigned to: Nobody/Anonymous (nobody)
Summary: base64 module ignores non-alphabet characters

Initial Comment:
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.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1466065&group_id=5470


More information about the Python-bugs-list mailing list