Eric V. Smith <e...@trueblade.com> added the comment:

You're probably doing something like:

parent.i = 3

instead of:

parent.child.field = 0.6

In the first one, you're setting an instance attribute on parent, on the 
second, you're modifying an attribute of the class attribute.

In any event, there's no bug here, so I'm going to close this. If you have 
followup questions, I suggest you use the python-list mailing list or 
https://discuss.python.org/c/users

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue47034>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to