[issue8519] doc: termios and ioctl reference links

2016-06-02 Thread Senthil Kumaran
Senthil Kumaran added the comment: Thanks Angad and Anatoly for the patches discussions. Thank you Berker for review. Made the changes in all active versions of python. Let this issue reset in peace. -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed __

[issue8519] doc: termios and ioctl reference links

2016-06-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 55886a6aed4b by Senthil Kumaran in branch '2.7': [backport to 2.7] - issue8519 - Reference termios and ioctl manual pages in the library documentation. https://hg.python.org/cpython/rev/55886a6aed4b -- _

[issue8519] doc: termios and ioctl reference links

2016-06-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset f53a0566a290 by Senthil Kumaran in branch '3.5': issue8519 - Reference termios and ioctl manual pages in the library documentation. https://hg.python.org/cpython/rev/f53a0566a290 New changeset 8db146bec24b by Senthil Kumaran in branch 'default': [m

[issue8519] doc: termios and ioctl reference links

2016-06-01 Thread Berker Peksag
Berker Peksag added the comment: +1 for using the manpage directives. -- keywords: +easy nosy: +berker.peksag stage: -> needs patch type: -> enhancement versions: +Python 3.5, Python 3.6 ___ Python tracker ___

[issue8519] doc: termios and ioctl reference links

2016-01-20 Thread Guido van Rossum
Changes by Guido van Rossum : -- nosy: -Guido.van.Rossum ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue8519] doc: termios and ioctl reference links

2016-01-20 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[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

[issue8519] doc: termios and ioctl reference links

2015-07-04 Thread Angad Singh
Angad Singh added the comment: Created a patch for this. Added POSIX links for fcntl, ioctl and termios. Let me know if I am missing anything. -- nosy: +angad Added file: http://bugs.python.org/file39857/posix_specification_links_fcntl_ioctl_termios.patch _

[issue8519] doc: termios and ioctl reference links

2014-07-14 Thread Guido van Rossum
Guido van Rossum added the comment: In this case I think there is no legal issue. All you have to do is take the link from the patch and come up with a fresh patch of your own. (However I think Georg's objection against a Linux-specific link stands. You can probably find a POSIX link that woul

[issue8519] doc: termios and ioctl reference links

2014-07-13 Thread Mark Lawrence
Mark Lawrence added the comment: My understanding is that we can't use the patches as the originator has never signed the CLA. Am I correct or does this only apply to code, or what? -- nosy: +BreamoreBoy ___ Python tracker

[issue8519] doc: termios and ioctl reference links

2010-06-06 Thread Brian Curtin
Changes by Brian Curtin : -- title: [patch] doc: termios and ioctl reference links -> doc: termios and ioctl reference links ___ Python tracker ___ __