James <purplei...@gmail.com> added the comment:

I'd be writing a patch which would allow a programmer the option to explicitly 
use/instantiate the library in a zero-based way. This way throughout their 
particular program, the indexing of elements could be consistent. Not having 
this causes you to have to reason differently about which parts should be 
list[i+1] versions list[i].

Would this be reasonable?
Thanks,

_J

----------

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

Reply via email to