[Python-Dev] 2.2a1: classmethod() and class attributes

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Tue, 14 Aug 2001 10:05:01 +0200


> If you add __dynamic__ = 1 to the class statement, it works as
> expected.

Is that documented anywhere yet? I searched all three documents (the
PEPs, and the intro), and could not find any mentioning of
__dynamic__.

Regards,
Martin