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 cool-RR
Recipients cool-RR, terry.reedy, yselivanov
Date 2014-10-03.20:59:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412369956.08.0.791610946278.issue22547@psf.upfronthosting.co.za>
In-reply-to
Content
Another thing I proposed in python-ideas is to have `__getitem__` delegate to `.arguments`, so this proposal is similar in spirit, because I want to have `__repr__` show information from `.arguments`.

To be honest I don't see the point in having to access `.arguments` manually for anything. `BoundArguments` is all about arguments. I don't see a reason to waste anyone's time with accessing an attribute on it to get to the arguments. There isn't much more to get on the thing. So this applies both to __repr__ and __getitem__.
History
Date User Action Args
2014-10-03 20:59:16cool-RRsetrecipients: + cool-RR, terry.reedy, yselivanov
2014-10-03 20:59:16cool-RRsetmessageid: <1412369956.08.0.791610946278.issue22547@psf.upfronthosting.co.za>
2014-10-03 20:59:16cool-RRlinkissue22547 messages
2014-10-03 20:59:15cool-RRcreate