
report at bugs
Nov 16, 2009, 5:51 AM
Post #6 of 7
(387 views)
Permalink
|
|
[issue5890] Subclassing property doesn't preserve the auto __doc__ behavior
[In reply to]
|
|
R. David Murray <rdmurray [at] bitdance> added the comment: Well, I haven't worked with boost or any other extension class that defines a subclass of property. If MyProp is such a subclass, would print Fro.baz.__doc__ print "Get a baz" in 2.6.2 but raise an error in 2.6.3/4, or would it print None? Regardless of which one it does, I think there is a better fix than patching the original patch in this issue, assuming I can code it and get approval to apply it. On the other hand, the suggested 'refix' may be appropriate for 2.6.5. ---------- _______________________________________ Python tracker <report [at] bugs> <http://bugs.python.org/issue5890> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|