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 yselivanov
Recipients cool-RR, larry, ncoghlan, terry.reedy, yselivanov
Date 2014-10-03.21:03:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412370217.41.0.988957575012.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`.

Big -1 on __getitem__

> To be honest I don't see the point in having to access `.arguments` manually for anything. `BoundArguments` is all about arguments.

I agree. I'll take a look.
History
Date User Action Args
2014-10-03 21:03:37yselivanovsetrecipients: + yselivanov, terry.reedy, ncoghlan, larry, cool-RR
2014-10-03 21:03:37yselivanovsetmessageid: <1412370217.41.0.988957575012.issue22547@psf.upfronthosting.co.za>
2014-10-03 21:03:37yselivanovlinkissue22547 messages
2014-10-03 21:03:37yselivanovcreate