This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: __slots__ undocumented
Type: Stage:
Components: Documentation Versions: Python 2.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: fdrake Nosy List: fdrake, ftobin, gvanrossum, rhettinger
Priority: normal Keywords:

Created on 2002-01-11 23:26 by ftobin, last changed 2022-04-10 16:04 by admin. This issue is now closed.

Messages (3)
msg8721 - (view) Author: Frank Tobin (ftobin) Date: 2002-01-11 23:26
Simply put, there is no documentation describing
__slots__.  A mere grep shows this.
msg8722 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2002-01-11 23:40
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.
msg8723 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2003-07-12 01:52
Logged In: YES 
user_id=80475

Fixed.  See Doc/ref/ref3.tex 1.107 for Py2.3.
History
Date User Action Args
2022-04-10 16:04:52adminsetgithub: 35909
2002-01-11 23:26:33ftobincreate