[Python-bugs-list] [ python-Bugs-463378 ] pydoc vs staticmethod & classmethod

noreply@sourceforge.net noreply@sourceforge.net
Tue, 25 Sep 2001 00:02:41 -0700


Bugs item #463378, was opened at 2001-09-20 15:23
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=463378&group_id=5470

Category: Python Library
Group: Python 2.2
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Tim Peters (tim_one)
Assigned to: Tim Peters (tim_one)
Summary: pydoc vs staticmethod & classmethod

Initial Comment:
pydoc isn't displaying the new static methods and 
class methods, in part because it doesn't know they're 
methods.

----------------------------------------------------------------------

>Comment By: Tim Peters (tim_one)
Date: 2001-09-25 00:02

Message:
Logged In: YES 
user_id=31435

pydoc now segregates class attributes according to whether 
they're plain methods, class methods, static methods, 
properties, or non-method data or functions.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=463378&group_id=5470