locks in threads

Aahz Maruch aahz at panix.com
Sun Nov 5 10:39:47 EST 2000


In article <mailman.973400357.13037.python-list at python.org>,
Rodrigo Senra  <rodsenra at correionet.com.br> wrote:
>Aahz Maruch wrote:
>> 
>> I believe you're wrong.  Consider the following trivial example:
>> 
>> class Foo:
>>   def set (self, x, y):
>>     self.x = x
>>     self.y = y
>>   def get (self):
>>     return (x, y)
>
>Just checking, but did you mean return(self.x,self.y) instead ?

Um, yeah.  Whoops!
-- 
                      --- Aahz (Copyright 2000 by aahz at pobox.com)

Androgynous poly kinky vanilla queer het    <*>     http://www.rahul.net/aahz/
Hugs and backrubs -- I break Rule 6

"I have the heart of a child.  I keep it in a jar on my desk."  --Robert Bloch



More information about the Python-list mailing list