[New-bugs-announce] [issue29748] Argument Clinic: slice index converter

Serhiy Storchaka report at bugs.python.org
Tue Mar 7 08:06:47 EST 2017


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: patch review
status: open
title: Argument Clinic: slice index converter
type: enhancement
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29748>
_______________________________________


More information about the New-bugs-announce mailing list