Message 315554 - Python tracker

Message315554

Author serhiy.storchaka
Recipients jpthalman, serhiy.storchaka, steven.daprano
Date 2018-04-21.07:23:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1524295390.97.0.682650639539.issue33322@psf.upfronthosting.co.za>
In-reply-to
Content
In Python 2 things are more complex than in Python 3. You have to define __getslice__ for handling the case of literal slices.

This was fixed in Python 3.
History
Date User Action Args
2018-04-21 07:23:11serhiy.storchakasetrecipients: + serhiy.storchaka, steven.daprano, jpthalman
2018-04-21 07:23:10serhiy.storchakasetmessageid: <1524295390.97.0.682650639539.issue33322@psf.upfronthosting.co.za>
2018-04-21 07:23:10serhiy.storchakalinkissue33322 messages
2018-04-21 07:23:10serhiy.storchakacreate