[issue4701] range objects becomes hashable after attribute access

Raymond Hettinger report at bugs.python.org
Sat Dec 20 03:07:09 CET 2008


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

FWIW, xrange() is hashable in Py2.6.  I believe it was intended that
that carry over to Py3.0's range() objects.

----------
nosy: +rhettinger

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4701>
_______________________________________


More information about the Python-bugs-list mailing list