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 serhiy.storchaka
Recipients mariocj89, serhiy.storchaka
Date 2017-11-12.15:32:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510500726.22.0.213398074469.issue32010@psf.upfronthosting.co.za>
In-reply-to
Content
As you have said, this will break existing code.

And this is not applicable to non-string indices.

I think that it would be easier to use a lambda or local function for this: `lambda x: x['a']['b']`. It is shorter and cleaner.

I don't see how this is related to the Python-Dev thread.
History
Date User Action Args
2017-11-12 15:32:06serhiy.storchakasetrecipients: + serhiy.storchaka, mariocj89
2017-11-12 15:32:06serhiy.storchakasetmessageid: <1510500726.22.0.213398074469.issue32010@psf.upfronthosting.co.za>
2017-11-12 15:32:06serhiy.storchakalinkissue32010 messages
2017-11-12 15:32:06serhiy.storchakacreate