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 pitrou
Recipients dmaurer, gvanrossum, pitrou
Date 2008-01-11.20:20:14
SpamBayes Score 0.083166264
Marked as misclassified No
Message-id <1200082816.33.0.971482611021.issue1785@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a (hopefully complete) patch against both pydoc and inspect. It
fixes one more bug compared to the previous one (descriptors can also
have a special __getattr__ in addition to __get__, which gave problems
when trying to access __classobj__).
History
Date User Action Args
2008-01-11 20:20:16pitrousetspambayes_score: 0.0831663 -> 0.083166264
recipients: + pitrou, gvanrossum, dmaurer
2008-01-11 20:20:16pitrousetspambayes_score: 0.0831663 -> 0.0831663
messageid: <1200082816.33.0.971482611021.issue1785@psf.upfronthosting.co.za>
2008-01-11 20:20:15pitroulinkissue1785 messages
2008-01-11 20:20:15pitroucreate