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 ajaksu2
Recipients ajaksu2, loewis, skip.montanaro
Date 2009-02-09.06:55:49
SpamBayes Score 0.0006394846
Marked as misclassified No
Message-id <1234162550.83.0.799740776313.issue1056293@psf.upfronthosting.co.za>
In-reply-to
Content
Still present in trunk:69418:

class obj: pass

obj.__dict__[1] = 0
[k for k in dir(obj) if k.startswith("set_")]
History
Date User Action Args
2009-02-09 06:55:50ajaksu2setrecipients: + ajaksu2, loewis, montanaro.historic
2009-02-09 06:55:50ajaksu2setmessageid: <1234162550.83.0.799740776313.issue1056293@psf.upfronthosting.co.za>
2009-02-09 06:55:49ajaksu2linkissue1056293 messages
2009-02-09 06:55:49ajaksu2create