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 meador.inge
Recipients docs@python, mark.dickinson, meador.inge, tshepang
Date 2012-05-09.14:07:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336572435.21.0.782296752859.issue14765@psf.upfronthosting.co.za>
In-reply-to
Content
And the examples make an explicit note of that:

"""
.. note::
All examples assume a native byte order, size, and alignment with a
big-endian machine.
"""

AMD64 is little-endian;  the examples are noted to be in big-endian.

Is that note not sufficient?
History
Date User Action Args
2012-05-09 14:07:15meador.ingesetrecipients: + meador.inge, mark.dickinson, docs@python, tshepang
2012-05-09 14:07:15meador.ingesetmessageid: <1336572435.21.0.782296752859.issue14765@psf.upfronthosting.co.za>
2012-05-09 14:07:14meador.ingelinkissue14765 messages
2012-05-09 14:07:14meador.ingecreate