New submission from Paul Davis <[EMAIL PROTECTED]>:
Replicated on:
#Ubuntu 7.0
Python 2.5.1 (r251:54863, Mar 7 2008, 03:39:23)
[GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2
#OS 10.4.11
Python 2.5.1 (r251:54863, Oct 26 2007, 16:52:32)
[GCC 4.0.1 (Apple Compute
Paul Davis <[EMAIL PROTECTED]> added the comment:
No prob.
On Sun, Apr 6, 2008 at 7:06 AM, Gerhard Häring <[EMAIL PROTECTED]> wrote:
>
> Gerhard Häring <[EMAIL PROTECTED]> added the comment:
>
> Thanks for reporting this. It's fixed in r621
New submission from Paul Davis :
The docs for __getattr__ in the object model section could be more specific on
the behavior when a @property raises an AttributeError and there is a custom
__getattr__ defined. Specifically, it wasn't exactly clear that __getattr__
would be invoked af
Paul Davis added the comment:
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