On Jan 17, 2008 10:23 AM, Neil Cerutti <[EMAIL PROTECTED]> wrote: > You cannot access a class's class variables in it's class-statement > scope, since the name of the type is not bound until after the class > statement is completed.
Arrgh! I hate making the "its" error. But I wanted to add that this property of Python's class statement bothers me only when I think it would be good to use class variables as default method argument values. Luckily, I don't think very often. ;) -- Neil Cerutti <[EMAIL PROTECTED]> -- http://mail.python.org/mailman/listinfo/python-list