[Patches] [ python-Patches-490330 ] String format bug in test_b2

noreply@sourceforge.net noreply@sourceforge.net
Fri, 07 Dec 2001 10:08:20 -0800


Patches item #490330, was opened at 2001-12-07 10:03
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=490330&group_id=5470

>Category: Library (Lib)
Group: None
Status: Open
>Resolution: Accepted
Priority: 5
Submitted By: Finn Bock (bckfnn)
>Assigned to: Finn Bock (bckfnn)
Summary: String format bug in test_b2

Initial Comment:
The string formatting of an error message in test_b2 
will raise a "TypeError: not all arguments converted" 
if the pow() implementation isn't correct.

The patch will match the number of %s with the number 
of arguments.

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

>Comment By: Guido van Rossum (gvanrossum)
Date: 2001-12-07 10:08

Message:
Logged In: YES 
user_id=6380

Looks good. Can you apply this yourself?

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

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