[issue8519] doc: termios and ioctl reference links

2016-01-19 Thread Senthil Kumaran
Senthil Kumaran added the comment: I followed the previous discussions and reviewed the patch. With respect to the patch, I see few drawbacks in providing links to references like this: `fcntl `_ `ioctl

[issue5626] misleading comment in socket.gethostname() documentation

2016-01-19 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue15809] 2.7 IDLE console uses incorrect encoding.

2016-01-19 Thread Terry J. Reedy
Terry J. Reedy added the comment: Serhiy, unless you are planning to do something more, please close this. The extended extended maintenance period for 2.7 is mainly for build and security issues, and I don't expect to do any more 2.7-only patches. --

[issue5626] misleading comment in socket.gethostname() documentation

2016-01-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset e1a711808cfe by Berker Peksag in branch '3.5': Issue #5626: Remove misleading comment from socket.gethostname() documentation https://hg.python.org/cpython/rev/e1a711808cfe New changeset 689f881dd5d1 by Berker Peksag in branch 'default': Issue #5626

[issue26160] Tutorial incorrectly claims that (explicit) relative imports don't work in the main module

2016-01-19 Thread Kevin Norris
New submission from Kevin Norris: The tutorial contains this statement: Note that relative imports are based on the name of the current module. Since the name of the main module is always "__main__", modules intended for use as the main module of a Python application must always use absolute i

[issue19225] lack of PyExc_BufferError doc

2016-01-19 Thread Berker Peksag
Changes by Berker Peksag : -- keywords: +easy stage: -> needs patch type: behavior -> enhancement versions: +Python 3.5, Python 3.6 ___ Python tracker ___ __

<    1   2