Bugs item #1697782, was opened at 2007-04-10 17:55
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1697782&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Library
Group: Python 3000
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Christian Heimes (tiran)
Assigned to: Nobody/Anonymous (nobody)
Summary: types.InstanceType is missing but used by pydoc
Initial Comment:
>>> help(callable.__call__)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/heimes/dev/python/p3yk/Lib/site.py", line 348, in __call__
return pydoc.help(*args, **kwds)
File "/home/heimes/dev/python/p3yk/Lib/pydoc.py", line 1658, in __call__
self.help(request)
File "/home/heimes/dev/python/p3yk/Lib/pydoc.py", line 1702, in help
else: doc(request, 'Help on %s:')
File "/home/heimes/dev/python/p3yk/Lib/pydoc.py", line 1477, in doc
desc = describe(object)
File "/home/heimes/dev/python/p3yk/Lib/pydoc.py", line 1436, in describe
if type(thing) is types.InstanceType:
AttributeError: 'module' object has no attribute 'InstanceType'
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1697782&group_id=5470
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com