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 Paul.Davis
Recipients Paul.Davis, docs@python
Date 2010-05-15.04:13:32
SpamBayes Score 0.00041688094
Marked as misclassified No
Message-id <1273896813.99.0.937519179401.issue8722@psf.upfronthosting.co.za>
In-reply-to
Content
I should mention, in example.py, it wasn't immediately clear that "print f.bing" would actually print instead of raising the AttributeError. As in, I had a property raising an unexpected error that happend to be an AttributeError. If its not an attribute error, the error is not swallowed. I can see the obvious argument for "AttributeError means not found", it just wasn't immediately obvious what was going on.
History
Date User Action Args
2010-05-15 04:13:34Paul.Davissetrecipients: + Paul.Davis, docs@python
2010-05-15 04:13:33Paul.Davissetmessageid: <1273896813.99.0.937519179401.issue8722@psf.upfronthosting.co.za>
2010-05-15 04:13:32Paul.Davislinkissue8722 messages
2010-05-15 04:13:32Paul.Daviscreate