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 kushal.das, michael.foord
Date 2014-09-11.21:32:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410471163.76.0.263561281202.issue21270@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for this Kushal. It's not quite right though, count and index need to do the same as other attributes looked up with __getattr__. In fact delegating to __getattr__ is probably the easiest way of achieving that. (With the current patch the calls will be incorrect for call.foo.index() or similar I believe.)
History
Date User Action Args
2014-09-11 21:32:43michael.foordsetrecipients: + michael.foord, kushal.das
2014-09-11 21:32:43michael.foordsetmessageid: <1410471163.76.0.263561281202.issue21270@psf.upfronthosting.co.za>
2014-09-11 21:32:43michael.foordlinkissue21270 messages
2014-09-11 21:32:43michael.foordcreate