[Python-bugs-list] [ python-Bugs-466804 ] "x.__type__" in object.__init__.__doc__
noreply@sourceforge.net
noreply@sourceforge.net
Mon, 01 Oct 2001 06:18:01 -0700
Bugs item #466804, was opened at 2001-10-01 05:17
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=466804&group_id=5470
Category: Type/class unification
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Walter Dörwald (doerwalter)
Assigned to: Guido van Rossum (gvanrossum)
>Summary: "x.__type__" in object.__init__.__doc__
Initial Comment:
The docstring for object.__init__ says:
"x.__init__(...) initializes x; see x.__type__.__doc__
for signature". This should probably be "x.__class__"
instead of "x.__type__".
----------------------------------------------------------------------
>Comment By: Guido van Rossum (gvanrossum)
Date: 2001-10-01 06:18
Message:
Logged In: YES
user_id=6380
Thanks!
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=466804&group_id=5470