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 rhettinger
Recipients Błażej Michalik, rhettinger, tuxtimo
Date 2018-06-01.01:29:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527816553.41.0.682650639539.issue28657@psf.upfronthosting.co.za>
In-reply-to
Content
ISTM the only way dir(self) would make a difference would be if functions we being assigned to instances rather than the class.   Also, it's uncleaar why setattr() is at issue -- it works the same way as regular attribute assignment using the dot operator.
History
Date User Action Args
2018-06-01 01:29:13rhettingersetrecipients: + rhettinger, tuxtimo, Błażej Michalik
2018-06-01 01:29:13rhettingersetmessageid: <1527816553.41.0.682650639539.issue28657@psf.upfronthosting.co.za>
2018-06-01 01:29:13rhettingerlinkissue28657 messages
2018-06-01 01:29:13rhettingercreate