Alexander Belopolsky added the comment:

What about

>>> struct.unpack_from('>ll',a)
(0, 100)

shouldn't that return (100, 200)?

----------

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

Reply via email to