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 gvanrossum
Recipients baijum81, doerwalter, facundobatista, gvanrossum, ping, rhettinger, sschwarzer
Date 2007-11-26.23:13:52
SpamBayes Score 0.19381833
Marked as misclassified No
Message-id <1196118833.22.0.610923899691.issue718532@psf.upfronthosting.co.za>
In-reply-to
Content
Obviously Ping isn't listening, so waiting for him is not productive. 
Looking at the issue more, I can't really see a bug in inspect -- it's
the class definitions that are broken.  So closing as "rejected".

> Due to this bug, 'pydoc modulename' is not working.

Can you be more specific? I can't reproduce this.


> And this case is also not working (same issue):
> 
> class X:
>   __bases__ = ()
> 
> x = X()

Again, this is just a malformed class.
History
Date User Action Args
2007-11-26 23:13:53gvanrossumsetspambayes_score: 0.193818 -> 0.19381833
recipients: + gvanrossum, ping, doerwalter, rhettinger, facundobatista, sschwarzer, baijum81
2007-11-26 23:13:53gvanrossumsetspambayes_score: 0.193818 -> 0.193818
messageid: <1196118833.22.0.610923899691.issue718532@psf.upfronthosting.co.za>
2007-11-26 23:13:53gvanrossumlinkissue718532 messages
2007-11-26 23:13:52gvanrossumcreate