Steven D'Aprano <steve+pyt...@pearwood.info> added the comment:

Joe, we have no idea what you think is the bug.

It is intentional that the second argument for range is excluded. This is 
called an "half-open" range, and it helps avoid off-by-one and signpost errors.

Your comments about break, continue and else don't seem to actually mean 
anything. Please write in complete English sentences and explain the nature of 
the supposed bug.

----------
nosy: +steven.daprano

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

Reply via email to