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:24:19
SpamBayes Score 0.056174316
Marked as misclassified No
Message-id <1247142261.65.0.517272627989.issue6414@psf.upfronthosting.co.za>
In-reply-to
Content
Little style:

"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; ARM and DEC Alpha feature
switchable endianness (bi-endian). Use sys.byteorder to check the
endianess of your system."
History
Date User Action Args
2009-07-09 12:24:21ashsetrecipients: + ash, georg.brandl, mark.dickinson, ezio.melotti, kmag
2009-07-09 12:24:21ashsetmessageid: <1247142261.65.0.517272627989.issue6414@psf.upfronthosting.co.za>
2009-07-09 12:24:20ashlinkissue6414 messages
2009-07-09 12:24:20ashcreate