anon added the comment:

Giving it more thought: to get the int we'd need something like 
int(x.bits[2:][4:]) which seems quite annoying for the general case of 
int(x.bits[0:52]). So actually I'm not sure that views would add any more 
abstraction for their extra complexity without becoming a bit unwieldy.

----------

_______________________________________
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