commit | ebb9c922cb1f1b72fe929cfba223e42df7492a1c | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Feb 05 22:28:17 1999 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Feb 05 22:28:17 1999 +0000 |
tree | 31601368e369dcef203d7bcb7c1245741548868c | |
parent | 2aaeb52665fb297b3d65006b8b22eee290f17e7f [diff] |
Two important fixes: (1) on a little-endian platform, don't byteswap; (2) in _patchheader(), there was a missing self._file argument to a _write_long() call.