Re: Hidden string formatting bug

2005-10-13 Thread Steve Holden
Tim Peters wrote: > [Echo] > >>I have been trying to figure out the problem with this string formatting: > > > [monstrous statement snipped] > > >>when it executes, I get this error: "inv argument required". > > > That shoud be "int", not "inv". > > >>I have checked and rechecked both the

Re: Hidden string formatting bug

2005-10-13 Thread Tim Peters
[Echo] > I have been trying to figure out the problem with this string formatting: [monstrous statement snipped] > when it executes, I get this error: "inv argument required". That shoud be "int", not "inv". > I have checked and rechecked both the string and the tuple. I cant figure > out what