Stefan Krah added the comment:

I think it's possible to misunderstand this error message if the
reader does not realize that range(0, 256) is to be taken literally.

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

----------
nosy: +skrah

_______________________________________
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