Alexander Belopolsky <[EMAIL PROTECTED]> added the comment:

On Fri, Apr 25, 2008 at 5:57 PM, Amaury Forgeot d'Arc
<[EMAIL PROTECTED]> wrote:
..
>  - Did you change your mind about range equality?
>   range(0,10,2) == range(0,9,2)
>  seems True now; it was not with range_eq6.patch
>

This makes me think: what would you say to an idea to normalize ranges
in constructor so that range(5,10,2) returns range(5,11,2).

__________________________________
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