Nick Coghlan <ncogh...@gmail.com> added the comment:

The other major change for ranges is that "in" and "not in" are no longer 
inefficient for actual instances of int (it does an arithmetic calculation 
instead of a linear search).

----------

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

Reply via email to