This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author hideaki_t
Recipients hideaki_t
Date 2013-05-28.19:16:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369768579.1.0.487057247518.issue18084@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-05-28 19:16:19hideaki_tsetrecipients: + hideaki_t
2013-05-28 19:16:19hideaki_tsetmessageid: <1369768579.1.0.487057247518.issue18084@psf.upfronthosting.co.za>
2013-05-28 19:16:19hideaki_tlinkissue18084 messages
2013-05-28 19:16:19hideaki_tcreate