Changes by Hideaki Takahashi :
--
nosy: +hideaki_t
___
Python tracker
<http://bugs.python.org/issue6953>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
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`~!@#$%^&*()-=+[{]}