i found that the problem is because of an import, which is strange. The imported module looks something like this
[code]
import time
class Foo:
pass
class Bar:
global javax.swing
import javax.swing
[/code]
....so it seems that pydoc cant giggity-giggit!
--
http://mail.python.org/mailman/listinfo/python-list
