[New-bugs-announce] [issue18084] wave.py should use sys.byteorder to determine endianess

Hideaki Takahashi report at bugs.python.org
Tue May 28 21:16:19 CEST 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue18084>
_______________________________________


More information about the New-bugs-announce mailing list