Steven D'Aprano wrote: >> And I agree with the OP that the convention is really annoying. >> >> self.rect.width = self.foo(self.rect.x + self.rect.y) * self.boo() >> >> is much less concise than >> >> s.rect.width = s.foo(s.rect.x + s.rect.y) * s.boo() > > > Y do u thnk bng cncis is lwys a gd thng?
No, but the point being made is that it would be better IN THIS CASE. -- --OKB (not okblacke) Brendan Barnwell "Do not follow where the path may lead. Go, instead, where there is no path, and leave a trail." --author unknown -- http://mail.python.org/mailman/listinfo/python-list