Moriyoshi Koizumi <mozo+pyt...@mozo.jp> added the comment: @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). ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5890> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com