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 torsten
Recipients torsten
Date 2015-11-27.23:47:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448668057.31.0.582982663604.issue25757@psf.upfronthosting.co.za>
In-reply-to
Content
Just a note about the patch: I changed the behaviour a bit in that the code does not ignore random exceptions while getting getter.__doc__.

I think that would be surprising for most users and it also does not match the application of the doc field to the subclass, where exceptions are propagated.
History
Date User Action Args
2015-11-27 23:47:37torstensetrecipients: + torsten
2015-11-27 23:47:37torstensetmessageid: <1448668057.31.0.582982663604.issue25757@psf.upfronthosting.co.za>
2015-11-27 23:47:37torstenlinkissue25757 messages
2015-11-27 23:47:37torstencreate