[issue29748] Argument Clinic: slice index converter

2017-03-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 80ec8364f15857c405ef0ecb1e758c8fc6b332f7 by Serhiy Storchaka in branch 'master': bpo-29748: Added the slice index converter in Argument Clinic. (#549) https://github.com/python/cpython/commit/80ec8364f15857c405ef0ecb1e758c8fc6b332f7

[issue29748] Argument Clinic: slice index converter

2017-03-19 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue29748] Argument Clinic: slice index converter

2017-03-07 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +haypo ___ Python tracker ___ ___

[issue29748] Argument Clinic: slice index converter

2017-03-07 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- pull_requests: +451 ___ Python tracker ___ ___

[issue29748] Argument Clinic: slice index converter

2017-03-07 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Following PR adds the slice index converter. It can be used for converting indices in methods like list.index() and str.find(). -- components: Argument Clinic messages: 289162 nosy: larry, serhiy.storchaka priority: normal severity: normal stage: