Stefan Krah added the comment:

Victor, shall we close this?  The behavior is basically as specified:

"The slice of s from i to j is defined as the sequence of items with index k 
such that i <= k < j. If i or j is greater than len(s), use len(s). If i is 
omitted or None, use 0. If j is omitted or None, use len(s). If i is greater 
than or equal to j, the slice is empty."

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21856>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to