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 eli.bendersky
Recipients SilentGhost, belopolsky, docs@python, eli.bendersky, eric.araujo, ezio.melotti, georg.brandl, terry.reedy
Date 2010-11-20.13:54:14
SpamBayes Score 0.00023753077
Marked as misclassified No
Message-id <1290261255.98.0.478384277061.issue10461@psf.upfronthosting.co.za>
In-reply-to
Content
I'm trying to port the example in tutorial/stdlib2.rst, but the sample in "working with binary data record layouts" fails (before my porting to 'with'...)

  struct.error: unpack requires a bytes argument of length 16
History
Date User Action Args
2010-11-20 13:54:16eli.benderskysetrecipients: + eli.bendersky, georg.brandl, terry.reedy, belopolsky, ezio.melotti, eric.araujo, SilentGhost, docs@python
2010-11-20 13:54:15eli.benderskysetmessageid: <1290261255.98.0.478384277061.issue10461@psf.upfronthosting.co.za>
2010-11-20 13:54:14eli.benderskylinkissue10461 messages
2010-11-20 13:54:14eli.benderskycreate