Page 1 of 1

Pydoc, why do you hate me?

PostPosted: Tue Apr 08, 2008 5:31 am
by SirGolan
Anyone ever experienced this with PyDoc?

Code: Select all
>>> from mv3d.util.conductor import Conductor
>>> help(Conductor)
Help on class Conductor in module mv3d.util.conductor:

Conductor = <class mv3d.util.conductor.Conductor at 0x8652aac>


The same thing happens in the PyDoc plugin of Trac. What gives?