This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Andres.Adjimann
Recipients Andres.Adjimann
Date 2013-07-31.19:41:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375299666.6.0.0308363021993.issue18607@psf.upfronthosting.co.za>
In-reply-to
Content
There is something wrong with struct.unpack.

import struct
print struct.calcsize('<BBBBBHB')
8
print struct.calcsize('>BBBBBHB')
8
print struct.calcsize('BBBBBHB')
9
History
Date User Action Args
2013-07-31 19:41:06Andres.Adjimannsetrecipients: + Andres.Adjimann
2013-07-31 19:41:06Andres.Adjimannsetmessageid: <1375299666.6.0.0308363021993.issue18607@psf.upfronthosting.co.za>
2013-07-31 19:41:06Andres.Adjimannlinkissue18607 messages
2013-07-31 19:41:06Andres.Adjimanncreate