Re: [Python-Dev] base64 module

2006-04-06 Thread Sanghyeon Seo
2006/4/7, Aahz <[EMAIL PROTECTED]>: > > Please submit a bug report on SourceForge and report back the ID. http://python.org/sf/1466065 Seo Sanghyeon ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Uns

Re: [Python-Dev] base64 module

2006-04-06 Thread Aahz
On Thu, Apr 06, 2006, Sanghyeon Seo wrote: > > base64 module documentation for b64decode function says, "TypeError is > raised if s were incorrectly padded or if there are non-alphabet > characters present in the string." But this doesn't seem to be the > case. Testcase: > > import base64 > base64