Spaces in object attribute

Oleg Broytmann phd at phd.pp.ru
Thu Jan 10 10:55:13 EST 2002


On Thu, Jan 10, 2002 at 04:49:07PM +0100, Cesar Douady wrote:
> someVariable      .myAttr = ...
> someLongerVariable.myAttr = ...

   I prefer

someVariable.myAttr       = ...
someLongerVariable.myAttr = ...

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            phd at phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.




More information about the Python-list mailing list