Joshua Cannon <joshdcan...@gmail.com> added the comment:

> it may explain why negative indices or slices were initially not implemented: 
> It already looks like the result of a slice.

Sure the values of the sequence could be thought of as being increasingly 
smaller slices of some other sequence, however I don't think it changes the 
fact that "parents" is a sequence, and sequences have well-defined semantics 
for negative indices and slices. Semantics which people expect, and have to 
find smelly workarounds for.

----------

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

Reply via email to