[Python-Dev] Re: Inplace multiply

Jeff Epler jepler@unpythonic.net
Tue, 13 May 2003 15:15:50 -0500


On Tue, May 13, 2003 at 03:12:50PM -0400, Terry Reedy wrote:
> On Win98 2.2.1, cut and paste into interactive window outputs
> TypeError: can't multiply sequence to non-int
> 
> > print k, o
> 
> Maybe something has been 'fixed' since then.

using RedHat9's "2.2.2-26" here.

Jeff