[Python-bugs-list] [ python-Bugs-472347 ] pydoc and properties (original) (raw)
noreply@sourceforge.net noreply@sourceforge.net
Wed, 17 Oct 2001 23:54:05 -0700
- Previous message: [Python-bugs-list] [ python-Bugs-471942 ] python2.1.1 SEGV in GC on Solaris 2.7
- Next message: [Python-bugs-list] [ python-Bugs-471942 ] python2.1.1 SEGV in GC on Solaris 2.7
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Bugs item #472347, was opened at 2001-10-17 23:54 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105470&aid=472347&group_id=5470
Category: Python Library Group: Python 2.2 Status: Open Resolution: None Priority: 5 Submitted By: Roeland Rengelink (rengelink) Assigned to: Nobody/Anonymous (nobody) Summary: pydoc and properties
Initial Comment: pydoc in server mode throws an error when parsing the attached module. From the command line documentation is shown correctly.
The problem seems to be in HTMLDoc.spillproperties(). Replacing:
base = self.document(func, name + tag, mod, funcs, classes, mdict, object)
with:
base = self.document(func, name+tag, mod)
seems to solve this. This is also more in line with TextDoc.spillproperties()
You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105470&aid=472347&group_id=5470
- Previous message: [Python-bugs-list] [ python-Bugs-471942 ] python2.1.1 SEGV in GC on Solaris 2.7
- Next message: [Python-bugs-list] [ python-Bugs-471942 ] python2.1.1 SEGV in GC on Solaris 2.7
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]