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 ash
Recipients ash, ezio.melotti, georg.brandl, kmag, mark.dickinson
Date 2009-07-09.12:21:40
SpamBayes Score 0.00021870258
Marked as misclassified No
Message-id <1247142103.41.0.132757166652.issue6414@psf.upfronthosting.co.za>
In-reply-to
Content
Good suggestions, Mark! We should do both, I think. I didn't know about
sys.byteorder before your message ;-) Thanks for education!

How about this:

"Native byte order is big-endian or little-endian, depending on the host 
system. For example, Intel x86 and AMD64 (x86-64) are little-endian;
Motorola 68000 and PowerPC G5 are big-endian; some are even bi-endian
(switchable endianess) - ARM and DEC Alpha. Use sys.byteorder to check
the endianess of your system."

Sorry for any spelling and styling mistakes...
History
Date User Action Args
2009-07-09 12:21:43ashsetrecipients: + ash, georg.brandl, mark.dickinson, ezio.melotti, kmag
2009-07-09 12:21:43ashsetmessageid: <1247142103.41.0.132757166652.issue6414@psf.upfronthosting.co.za>
2009-07-09 12:21:41ashlinkissue6414 messages
2009-07-09 12:21:40ashcreate