STINNER Victor added the comment:

"Perhaps we should just use closed intervals of the form [0, 255] everywhere."

I only saw range(0, 256) in Python. At school, I used [0, 255]. I prefer [0, 
255] syntax, it's more explicit :-)

----------

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

Reply via email to