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:11 | serhiy.storchaka | set | recipients: + serhiy.storchaka, steven.daprano, jpthalman |
| 2018-04-21 07:23:10 | serhiy.storchaka | set | messageid: <1524295390.97.0.682650639539.issue33322@psf.upfronthosting.co.za> |
| 2018-04-21 07:23:10 | serhiy.storchaka | link | issue33322 messages |
| 2018-04-21 07:23:10 | serhiy.storchaka | create | |