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 moriyoshi
Recipients gsakkis, moriyoshi, r.david.murray
Date 2009-11-19.05:28:28
SpamBayes Score 2.6132133e-05
Marked as misclassified No
Message-id <1258608511.91.0.544417362485.issue5890@psf.upfronthosting.co.za>
In-reply-to
Content
@r.david.murray

> 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?

Just let it return None as they were for now.  I completely agree
there's a better fix like delegating the access to __doc__ to the base
class (property class in this specific case).
History
Date User Action Args
2009-11-19 05:28:33moriyoshisetrecipients: + moriyoshi, gsakkis, r.david.murray
2009-11-19 05:28:31moriyoshisetmessageid: <1258608511.91.0.544417362485.issue5890@psf.upfronthosting.co.za>
2009-11-19 05:28:30moriyoshilinkissue5890 messages
2009-11-19 05:28:29moriyoshicreate