Mailing List Archive

CVS: python/dist/src/Lib wave.py
Update of /projects/cvsroot/python/dist/src/Lib
In directory eric:/projects/python/develop/guido/src/Lib

Modified Files:
wave.py
Log Message:
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.
CVS: python/dist/src/Lib wave.py [ In reply to ]
Update of /projects/cvsroot/python/dist/src/Lib
In directory eric:/projects/python/develop/guido/src/Lib

Modified Files:
wave.py
Log Message:
Ehm, when we don't need to byteswap the data, don't go through an
array object at all.