New submission from Hideaki Takahashi: wave.py uses struct based endianness detecting code. However there is sys.byteorder in Python since Python 2.0.
I think wave.py should use sys.byteorder to determine endianness. ---------- components: Library (Lib) messages: 190235 nosy: hideaki_t priority: normal severity: normal status: open title: wave.py should use sys.byteorder to determine endianess _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue18084> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com