Steven D'Aprano <[EMAIL PROTECTED]> writes: > Follow the logical implications of this proposed behaviour. > > class Game: > current_level = 1 > # by default, games start at level one
That's bogus. Initialize the current level in the __init__ method where it belongs. -- http://mail.python.org/mailman/listinfo/python-list