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 r.david.murray
Recipients gsakkis, moriyoshi, r.david.murray
Date 2009-11-16.13:51:43
SpamBayes Score 1.0921248e-07
Marked as misclassified No
Message-id <1258379505.87.0.0914228287506.issue5890@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-11-16 13:51:45r.david.murraysetrecipients: + r.david.murray, gsakkis, moriyoshi
2009-11-16 13:51:45r.david.murraysetmessageid: <1258379505.87.0.0914228287506.issue5890@psf.upfronthosting.co.za>
2009-11-16 13:51:44r.david.murraylinkissue5890 messages
2009-11-16 13:51:43r.david.murraycreate