bizarre Recursive/class interaction

Steven Taschuk staschuk at telusplanet.net
Wed Mar 12 14:26:59 EST 2003


Quoth Dennis Lee Bieber:
> Steven Taschuk fed this fish to the penguins on Tuesday 11 March 2003 
> 11:19 am:
  [...]
> > self.data = self.data[:]
> 
>         I think you meant
> 
>   self.date = data[:]

Erk.  Actually, I meant

	self.data = data[:]

Thanks for the correction.

-- 
Steven Taschuk                          staschuk at telusplanet.net
"Its force is immeasurable.  Even Computer cannot determine it."
                            -- _Space: 1999_ episode "Black Sun"





More information about the Python-list mailing list