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

2013-05-29 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

Can you please submit a contributor form?

http://python.org/psf/contrib/contrib-form/
http://python.org/psf/contrib/

--

___
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



[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 this?

--

___
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



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

2013-05-29 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

Yes, please.

--

___
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



[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
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2013-05-29 Thread Roundup Robot

Roundup Robot added the comment:

New changeset ccffce2dde49 by Serhiy Storchaka in branch 'default':
Issue #18084: Use sys.byteorder in wave.py.
http://hg.python.org/cpython/rev/ccffce2dde49

--
nosy: +python-dev

___
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



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

2013-05-29 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

Thank you for your patch.

--
resolution:  - fixed
stage: patch review - committed/rejected
status: open - closed

___
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



[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
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



[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
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2013-05-28 Thread Antoine Pitrou

Changes by Antoine Pitrou pit...@free.fr:


--
nosy: +serhiy.storchaka

___
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



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

2013-05-28 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

I have added some comments on Rietveld.

--
assignee:  - serhiy.storchaka
stage:  - patch review
type:  - enhancement
versions: +Python 3.4

___
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



[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
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com