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 Arfrever, llllllllll, rhettinger, serhiy.storchaka
Date 2015-06-04.06:39:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433399947.06.0.833694940763.issue24379@psf.upfronthosting.co.za>
In-reply-to
Content
Why not index the slice type itself? slice[1:2]

> Another feature of the new `literal` object is that it is not limited to just the creation of `slice` instances; instead, it is designed to mix slices and other types together.

This looks as disadvantage.
History
Date User Action Args
2015-06-04 06:39:07serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, Arfrever, llllllllll
2015-06-04 06:39:07serhiy.storchakasetmessageid: <1433399947.06.0.833694940763.issue24379@psf.upfronthosting.co.za>
2015-06-04 06:39:06serhiy.storchakalinkissue24379 messages
2015-06-04 06:39:06serhiy.storchakacreate