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 r.david.murray
Recipients pitrou, r.david.murray, skrah
Date 2015-03-12.12:52:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426164756.17.0.00371300965952.issue23632@psf.upfronthosting.co.za>
In-reply-to
Content
Aren't there wider implications of python starting to support tuple indexing?  If we make this work, aren't people going to expect [[1,2], [3,4]][0,1] to work?
History
Date User Action Args
2015-03-12 12:52:36r.david.murraysetrecipients: + r.david.murray, pitrou, skrah
2015-03-12 12:52:36r.david.murraysetmessageid: <1426164756.17.0.00371300965952.issue23632@psf.upfronthosting.co.za>
2015-03-12 12:52:36r.david.murraylinkissue23632 messages
2015-03-12 12:52:36r.david.murraycreate