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 gregory.p.smith
Recipients gregory.p.smith, spe-anatol
Date 2008-01-23.08:48:49
SpamBayes Score 0.0070107477
Marked as misclassified No
Message-id <1201078131.6.0.991592020125.issue1789@psf.upfronthosting.co.za>
In-reply-to
Content
the docs I see in the URL you give are correct as it states 'two and
four byte unsigned integer respectively' for H and L.  However the
example is missing the < for little-endian; I'll add that.

Also, I notice that the struct module documentation itself incorrectly
uses the C terms 'int' and 'long' to assume 32bit and long long when it
means 64bit.  I'll fix that.
History
Date User Action Args
2008-01-23 08:48:51gregory.p.smithsetspambayes_score: 0.00701075 -> 0.0070107477
recipients: + gregory.p.smith, spe-anatol
2008-01-23 08:48:51gregory.p.smithsetspambayes_score: 0.00701075 -> 0.00701075
messageid: <1201078131.6.0.991592020125.issue1789@psf.upfronthosting.co.za>
2008-01-23 08:48:50gregory.p.smithlinkissue1789 messages
2008-01-23 08:48:49gregory.p.smithcreate