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 catalin.iacob
Recipients catalin.iacob, georg.brandl, ncw, r.david.murray
Date 2012-07-07.11:08:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341659330.53.0.1415517488.issue8264@psf.upfronthosting.co.za>
In-reply-to
Content
Attached a patch that adds a note for getattr and setattr. hasattr is documented in terms of getattr so I would say it's not needed there.

I don't know if the interaction with private attributes is confusing enough that it's worth increasing the verbosity of the getattr and setattr docs, all in all I think I'm +0 to adding the note and -0 to just closing the bug as by design and no doc change needed.
History
Date User Action Args
2012-07-07 11:08:50catalin.iacobsetrecipients: + catalin.iacob, georg.brandl, ncw, r.david.murray
2012-07-07 11:08:50catalin.iacobsetmessageid: <1341659330.53.0.1415517488.issue8264@psf.upfronthosting.co.za>
2012-07-07 11:08:49catalin.iacoblinkissue8264 messages
2012-07-07 11:08:49catalin.iacobcreate