Thanks very much for the help to all who replied.
I'd completely missed the difference between:

class Foo:
   i = 12345

a = Foo()
b = Foo()

a.i = 678

and Foo.i = 678

Yeah, I know...

DaveM
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to