[issue6953] readline documenation needs work

2015-11-25 Thread Hideaki Takahashi
Changes by Hideaki Takahashi : -- nosy: +hideaki_t ___ Python tracker <http://bugs.python.org/issue6953> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22320] Invalid link in General Python FAQ

2014-08-31 Thread Hideaki Muranami
New submission from Hideaki Muranami: Link of "Developer FAQ" on https://docs.python.org/3.4/faq/general.html#how-do-i-obtain-a-copy-of-the-python-source is invalid. -- assignee: docs@python components: Documentation messages: 226199 nosy: docs@python, mnamihdk priori

[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 <http://bugs.python.org/issue18

[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

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

2013-05-28 Thread Hideaki Takahashi
Changes by Hideaki Takahashi : -- keywords: +patch Added file: http://bugs.python.org/file30406/18084.patch ___ Python tracker <http://bugs.python.org/issue18

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

2013-05-28 Thread Hideaki Takahashi
Changes by Hideaki Takahashi : Added file: http://bugs.python.org/file30405/diff ___ Python tracker <http://bugs.python.org/issue18084> ___ ___ Python-bugs-list mailin

[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

[issue10796] readline completion flaw

2012-11-03 Thread hideaki
hideaki added the comment: I think this is the default behavior of readline module. the default word delimiters for completion contains dash(-). so completion breaks at dash. >>> import readline >>> readline.get_completer_delims() ' \t\n`~!@#$%^&*()-=+[{]}