]> granicus.if.org Git - python/commit
As per GvR recomendations, remove the restriction that binhex only run on
authorRoger E. Masse <rmasse@newcnri.cnri.reston.va.us>
Thu, 16 Jan 1997 16:51:57 +0000 (16:51 +0000)
committerRoger E. Masse <rmasse@newcnri.cnri.reston.va.us>
Thu, 16 Jan 1997 16:51:57 +0000 (16:51 +0000)
commit469848a1ea1b43ff4c8bf831d0bbc5adc4772307
tree611035a6f9ffb7947e6234a0092800ed598482ed
parent47d35007877195b5ee31f4211b4d077330203b6a
As per GvR recomendations, remove the restriction that binhex only run on
big-endian machines.  This is done by directing the struct module's pack
and unpack methods to treat the data always in bin endian format.
This has been tested on irix (big endian) and solaris x86 (little endian)
but not yet on the mac.
Lib/binhex.py