Changes by Hideaki Takahashi :
--
nosy: +hideaki_t
___
Python tracker
<http://bugs.python.org/issue6953>
___
___
Python-bugs-list mailing list
Unsubscribe:
Hideaki Takahashi added the comment:
Patch updated. Thanks.
--
Added file: http://bugs.python.org/file30416/18084_2.patch
___
Python tracker
<http://bugs.python.org/issue18
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 this
Changes by Hideaki Takahashi :
--
keywords: +patch
Added file: http://bugs.python.org/file30406/18084.patch
___
Python tracker
<http://bugs.python.org/issue18
Changes by Hideaki Takahashi :
Added file: http://bugs.python.org/file30405/diff
___
Python tracker
<http://bugs.python.org/issue18084>
___
___
Python-bugs-list mailin
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