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 kj
Recipients kj
Date 2020-10-12.08:49:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602492593.5.0.689430531942.issue42010@roundup.psfhosted.org>
In-reply-to
Content
I'd like to clarify the following too, currently:

(1)
>>> list[1]
list[1]

(2)
>>> list[1, 2, 3]
list[1, 2, 3]

The PR only solves (1) and not (2), is (2) intended behavior?
History
Date User Action Args
2020-10-12 08:49:53kjsetrecipients: + kj
2020-10-12 08:49:53kjsetmessageid: <1602492593.5.0.689430531942.issue42010@roundup.psfhosted.org>
2020-10-12 08:49:53kjlinkissue42010 messages
2020-10-12 08:49:53kjcreate