[issue19915] int.bit_at(n) - Accessing a single bit in O(1)

STINNER Victor report at bugs.python.org
Thu Oct 2 09:55:23 CEST 2014


STINNER Victor added the comment:

> Sequences are not lists.

Are there other object types for which obj[a:b] does not return a new sequence?

----------

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


More information about the Python-bugs-list mailing list