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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, cscheid, theller
Date 2008-04-24.17:42:55
SpamBayes Score 0.1305839
Marked as misclassified No
Message-id <1209058977.78.0.362619100484.issue2680@psf.upfronthosting.co.za>
In-reply-to
Content
The __slots__ member of a class object has the same behavior.
You may mutate it (even replace it) but this has no effect: only the
value available when the "class" statement was executed is relevant.
History
Date User Action Args
2008-04-24 17:42:58amaury.forgeotdarcsetspambayes_score: 0.130584 -> 0.1305839
recipients: + amaury.forgeotdarc, theller, cscheid
2008-04-24 17:42:57amaury.forgeotdarcsetspambayes_score: 0.130584 -> 0.130584
messageid: <1209058977.78.0.362619100484.issue2680@psf.upfronthosting.co.za>
2008-04-24 17:42:56amaury.forgeotdarclinkissue2680 messages
2008-04-24 17:42:56amaury.forgeotdarccreate