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 mark.dickinson
Recipients mark.dickinson, martin.panter, meador.inge, takluyver, terry.reedy
Date 2012-11-03.19:35:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351971349.18.0.0884957681374.issue16349@psf.upfronthosting.co.za>
In-reply-to
Content
> but also discovered that example outputs are wrong

That's documented to some extent:  there's a line in the docs that says:
"All examples assume a native byte order, size, and alignment with a big-endian machine".

Given that little-endian machines are much more common that big-endian these days, it may be worth rewriting the examples for little-endian machines.
History
Date User Action Args
2012-11-03 19:35:49mark.dickinsonsetrecipients: + mark.dickinson, terry.reedy, meador.inge, takluyver, martin.panter
2012-11-03 19:35:49mark.dickinsonsetmessageid: <1351971349.18.0.0884957681374.issue16349@psf.upfronthosting.co.za>
2012-11-03 19:35:49mark.dickinsonlinkissue16349 messages
2012-11-03 19:35:49mark.dickinsoncreate