[Python-bugs-list] forwarded message from Jason Trowbridge PR#110

bwarsaw@cnri.reston.va.us bwarsaw@cnri.reston.va.us
Mon, 18 Oct 1999 11:46:09 -0400 (EDT)


Content-Length: 809
Message: 11
Organization: New Mexico Tech Computer Center
Lines: 20
Message-ID: <3808C151.1D877904@nmt.edu>
NNTP-Posting-Host: fenris.tcct.nmt.edu
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
NNTP-Posting-Date: 16 Oct 1999 18:18:01 GMT
Path: news!uunet!ffx.uu.net!news.globix.net!newsfeed.nyu.edu!newsfeed.berkeley.edu!awabi.library.ucla.edu!204.121.3.5!newshost.lanl.gov!newshost.nmt.edu!not-for-mail
Xref: news comp.lang.python:74086
From: Jason Trowbridge <ratman@nmt.edu>
To: python-list@python.org
Subject: Adding info to Python Buglist
Date: Sat, 16 Oct 1999 12:17:54 -0600
X-Digest: Python-list digest, Vol 1 #1026 - 12 msgs
Newsgroups: comp.lang.python

I filed a bug in Python's buglist, and have further information
available.  However, I can't seem to add a reply as a guest.  Is there
any way I can add more information to the ticket as a guest, or do I
have to get an account?  If I need an account, how do I go about getting
it?

Anyway, below is the additional information that needs to go into bug
#110.
-----
Seems like it's the '====' which is generating the problem.  According
to a relevant RFC that I just found (rfc1521, section 5.2), '====' is
not a valid set of characters in a base64 encoded string.  It is the
ending marker than uu(de/en)code uses to detect the end of the file
(oops).

Still, binascii ought to generate an intelligent exception rather than
doing a SystemError.  I should have a fix in a bit.

	Jason Trowbridge
	ratman@nmt.edu