This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, mark.dickinson, r.david.murray, tq0fqeu
Date 2009-07-16.11:22:05
SpamBayes Score 0.0006593456
Marked as misclassified No
Message-id <1247743327.72.0.670561327902.issue6495@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-07-16 11:22:07amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, mark.dickinson, r.david.murray, tq0fqeu
2009-07-16 11:22:07amaury.forgeotdarcsetmessageid: <1247743327.72.0.670561327902.issue6495@psf.upfronthosting.co.za>
2009-07-16 11:22:05amaury.forgeotdarclinkissue6495 messages
2009-07-16 11:22:05amaury.forgeotdarccreate