Can anyone explain to me why
struct.pack('HB',1,2) gives 3 bytes, whereas struct.pack('BH',1,2)
gives 4 bytes?

-Steven
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to