anon added the comment:

I like the i.bits_at(pos, width=1) suggestion. Unless slicing is chosen instead 
this seems the most future-proof idea.

I think slicing semantically "seems wrong" but it might be more elegant. It 
might also make catching errors harder (in the case where an int is sent to a 
function that does slicing and now won't fail with a TypeError).

----------

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

Reply via email to