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 blhsing
Recipients blhsing, cjw296, mariocj89, michael.foord, xtreak
Date 2019-09-11.12:45:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568205903.3.0.0374282833318.issue37972@roundup.psfhosted.org>
In-reply-to
Content
Agreed. I've submitted a new commit with the call chaining behavior now generalized for all dunder methods by delegating the resolution of all attributes not directly in the _Call object's __dict__ keys to the getattr method.
History
Date User Action Args
2019-09-11 12:45:03blhsingsetrecipients: + blhsing, cjw296, michael.foord, mariocj89, xtreak
2019-09-11 12:45:03blhsingsetmessageid: <1568205903.3.0.0374282833318.issue37972@roundup.psfhosted.org>
2019-09-11 12:45:03blhsinglinkissue37972 messages
2019-09-11 12:45:03blhsingcreate