Raymond Hettinger <[EMAIL PROTECTED]> added the comment:

That was a typo.  The pair was range(5,10,2)-->[5, 7, 9] and range
(5,11,2)-->[5, 7, 9].  The formula works because the it uses seqlen 
instead of a stop value.

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2603>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to