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 cjw296
Recipients cjw296, michael.foord, ncoghlan, yselivanov
Date 2015-11-03.00:47:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446511641.41.0.221515398813.issue25532@psf.upfronthosting.co.za>
In-reply-to
Content
Ah yes, I can see how Venusian would get confused.

How about making the check a more generic:

    if attr.startswith('__'):
        raise AttributeError(attr)

?

That said, why does call have a __getattr__? Where is that intended to be used?
History
Date User Action Args
2015-11-03 00:47:21cjw296setrecipients: + cjw296, ncoghlan, michael.foord, yselivanov
2015-11-03 00:47:21cjw296setmessageid: <1446511641.41.0.221515398813.issue25532@psf.upfronthosting.co.za>
2015-11-03 00:47:21cjw296linkissue25532 messages
2015-11-03 00:47:21cjw296create