Amaury Forgeot d'Arc <amaur...@gmail.com> added the comment:

Well, "Errors should never pass silently."
In this case, it is possible to replace "Person.population" by
"self.__class__.population".

This said, it could be interesting to cleanup modules in a more
predictive way, for example in the reverse order of their import order.

----------
nosy: +amaury.forgeotdarc

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

Reply via email to