[Python-bugs-list] [ python-Bugs-502544 ] __slots__ undocumented

SourceForge.net noreply@sourceforge.net
Fri, 11 Jul 2003 18:52:36 -0700


Bugs item #502544, was opened at 2002-01-11 18:26
Message generated for change (Comment added) made by rhettinger
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=502544&group_id=5470

Category: Documentation
Group: Python 2.2
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Frank Tobin (ftobin)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: __slots__ undocumented

Initial Comment:
Simply put, there is no documentation describing
__slots__.  A mere grep shows this.

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

>Comment By: Raymond Hettinger (rhettinger)
Date: 2003-07-11 20:52

Message:
Logged In: YES 
user_id=80475

Fixed.  See Doc/ref/ref3.tex 1.107 for Py2.3.

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

Comment By: Guido van Rossum (gvanrossum)
Date: 2002-01-11 18:40

Message:
Logged In: YES 
user_id=6380

Not in the core docs, but in the mean time there's a lot of
detail on __slots__ in
http://www.python.org/2.2/descrintro.html.

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

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