In IPython:
>import struct
>struct.calcsize('4s')
4
>struct.calcsize('Q')
8
>struct.calcsize('4sQ')
16

This doesn't make sense to me.  Can anyone explain?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to