]> granicus.if.org Git - python/commit
Add a byte_order value to the sys module. The value is "big" for
authorFred Drake <fdrake@acm.org>
Mon, 14 Aug 2000 15:47:03 +0000 (15:47 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 14 Aug 2000 15:47:03 +0000 (15:47 +0000)
commit099325e01b9c244bdaf96e072829195243caced9
treeb1dbe4b3bcd0d23ecadb253a1c18756d40b714ca
parent107b9679c482e99af11f5867d8267809764a1b48
Add a byte_order value to the sys module.  The value is "big" for
big-endian machines and "little" for little-endian machines.
Python/sysmodule.c