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 ezio.melotti, georg.brandl, kmag, mark.dickinson
Date 2009-07-07.11:56:17
SpamBayes Score 5.971429e-11
Marked as misclassified No
Message-id <1246967779.29.0.604248049284.issue6414@psf.upfronthosting.co.za>
In-reply-to
Content
Maybe it's better to avoid the platform-specific statements altogether, 
and just point out the existence of sys.byteorder for those who want to 
check the endianness of the system they're currently working on.

Or maybe just mention that the x86 and AMD64 (aka x86-64) architectures 
are little-endian;  I'd guess that this covers a good proportion of the 
processors that people are currently running Python on.  People using more 
exotic architectures probably already know their endianness.
History
Date User Action Args
2009-07-07 11:56:19mark.dickinsonsetrecipients: + mark.dickinson, georg.brandl, ezio.melotti, kmag
2009-07-07 11:56:19mark.dickinsonsetmessageid: <1246967779.29.0.604248049284.issue6414@psf.upfronthosting.co.za>
2009-07-07 11:56:18mark.dickinsonlinkissue6414 messages
2009-07-07 11:56:17mark.dickinsoncreate