[issue18084] wave.py should use sys.byteorder to determine endianess

2013-05-28 Thread Hideaki Takahashi
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

[issue18084] wave.py should use sys.byteorder to determine endianess

2013-05-28 Thread Hideaki Takahashi
Changes by Hideaki Takahashi mym...@gmail.com: Added file: http://bugs.python.org/file30405/diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18084

[issue18084] wave.py should use sys.byteorder to determine endianess

2013-05-28 Thread Hideaki Takahashi
Changes by Hideaki Takahashi mym...@gmail.com: -- keywords: +patch Added file: http://bugs.python.org/file30406/18084.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18084

[issue18084] wave.py should use sys.byteorder to determine endianess

2013-05-29 Thread Hideaki Takahashi
Hideaki Takahashi added the comment: I signed it and by eSign and got a signed/filed response yesterday. But according to Lifecycle of a patch in developer guide, my name is needed to be added to Misc/ACKS. Can I update patch to do

[issue18084] wave.py should use sys.byteorder to determine endianess

2013-05-29 Thread Hideaki Takahashi
Hideaki Takahashi added the comment: Patch updated. Thanks. -- Added file: http://bugs.python.org/file30416/18084_2.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18084

[issue6953] readline documenation needs work

2015-11-25 Thread Hideaki Takahashi
Changes by Hideaki Takahashi <mym...@gmail.com>: -- nosy: +hideaki_t ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6953> ___ _