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 michael.foord
Recipients Trundle, eric.araujo, michael.foord
Date 2011-04-08.15:51:07
SpamBayes Score 0.004730095
Marked as misclassified No
Message-id <1302277868.42.0.0605511896564.issue11770@psf.upfronthosting.co.za>
In-reply-to
Content
No. It would return all members accessible to getattr_static (which is completely unrelated to what __dir__ may or may not return). Also calling __dir__ would mean code execution, and the point of these functions is to avoid this where possible.
History
Date User Action Args
2011-04-08 15:51:08michael.foordsetrecipients: + michael.foord, eric.araujo, Trundle
2011-04-08 15:51:08michael.foordsetmessageid: <1302277868.42.0.0605511896564.issue11770@psf.upfronthosting.co.za>
2011-04-08 15:51:07michael.foordlinkissue11770 messages
2011-04-08 15:51:07michael.foordcreate