Raymond Hettinger added the comment:

It's too late for a behavior change in 2.7.   That risks breaking code that 
relies on the current behavior.

However, the docs could be amended to indicate that slices with negative 
indicies are treated differently from scalar negative indicies, the former get 
length adjusted automatically and the latter don't.

----------
assignee:  -> docs@python
components: +Documentation -Interpreter Core
nosy: +docs@python, rhettinger
priority: normal -> low

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

Reply via email to