]> granicus.if.org Git - python/commit
Two important fixes:
authorGuido van Rossum <guido@python.org>
Fri, 5 Feb 1999 22:28:17 +0000 (22:28 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 5 Feb 1999 22:28:17 +0000 (22:28 +0000)
commitebb9c922cb1f1b72fe929cfba223e42df7492a1c
tree31601368e369dcef203d7bcb7c1245741548868c
parent2aaeb52665fb297b3d65006b8b22eee290f17e7f
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.
Lib/wave.py