[issue21667] Clarify status of O(1) indexing semantics of str objects

STINNER Victor report at bugs.python.org
Thu Jun 5 13:05:12 CEST 2014


STINNER Victor added the comment:

str[a:b] returns a substring (characters), not an array of code points (numbers).

----------
nosy: +haypo

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


More information about the Python-bugs-list mailing list