[Patches] [ python-Patches-427749 ] Patch for bug #419390 (base64.py)

noreply@sourceforge.net noreply@sourceforge.net
Thu, 07 Jun 2001 16:28:55 -0700


Patches item #427749, was updated on 2001-05-27 11:35
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=427749&group_id=5470

Category: library
Group: None
>Status: Closed
>Resolution: Duplicate
Priority: 5
Submitted By: Kalle Svensson (krftkndl)
Assigned to: Peter Schneider-Kamp (nowonder)
Summary: Patch for bug #419390 (base64.py)

Initial Comment:
Improves performance of base64.encodestring and
base64.decodestring by avoiding StringIO and using
binascii directly.

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

>Comment By: Peter Schneider-Kamp (nowonder)
Date: 2001-06-07 16:28

Message:
Logged In: YES 
user_id=14463

Tried something similar. Slower than Tim's version, though.

Already checked that one in. Closing as Duplicate.

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

Comment By: Tim Peters (tim_one)
Date: 2001-06-07 13:07

Message:
Logged In: YES 
user_id=31435

Assigned to Peter since it appears to compete with his 
patch.  Peter, I expect your patch is quicker.  If you 
agree and check in your patch, close this as Duplicate (or 
something).

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

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=427749&group_id=5470