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.

Author georg.brandl
Recipients Byron, georg.brandl
Date 2009-10-22.15:27:42
SpamBayes Score 0.0016152435
Marked as misclassified No
Message-id <1256225263.93.0.220826773166.issue7036@psf.upfronthosting.co.za>
In-reply-to
Content
As far as I can tell, the text is still correct:

>>> class a(object): __slots__ = 'a'
>>> class b(a): __slots__ = 'a'

works without raising TypeError.

I've nevertheless enhanced the docs a bit in r75610.
History
Date User Action Args
2009-10-22 15:27:44georg.brandlsetrecipients: + georg.brandl, Byron
2009-10-22 15:27:43georg.brandlsetmessageid: <1256225263.93.0.220826773166.issue7036@psf.upfronthosting.co.za>
2009-10-22 15:27:42georg.brandllinkissue7036 messages
2009-10-22 15:27:42georg.brandlcreate