Benjamin Peterson <[EMAIL PROTECTED]> added the comment:

This is the expected behavior. By declaring variables outside class
methods, they become class variables and are associated with the class
instead of the instance.

----------
nosy: +benjamin.peterson
resolution:  -> invalid
status: open -> closed

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3755>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to