[issue8722] Documentation for __getattr__

2010-05-14 Thread Paul Davis
New submission from Paul Davis paul.joseph.da...@gmail.com: 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__

[issue8722] Documentation for __getattr__

2010-05-14 Thread Paul Davis
Paul Davis paul.joseph.da...@gmail.com 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

[issue2515] Segfault while operating on closed sqlite3 cursor.

2008-04-06 Thread Paul Davis
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 r62183 in the 2.5 maintenance branch. -- resolution

[issue2515] Segfault while operating on closed sqlite3 cursor.

2008-03-30 Thread Paul Davis
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 Computer, Inc