[issue13649] termios.ICANON is not documented

2022-01-18 Thread Irit Katriel
Irit Katriel added the comment: I agree, there is no point copying over the documentation just for this one constant, there are many others and the doc clearly says where they are listed. -- nosy: +iritkatriel resolution: -> wont fix stage: -> resolved status: open -> closed __

[issue13649] termios.ICANON is not documented

2020-05-31 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- versions: +Python 3.10, Python 3.6, Python 3.7, Python 3.8, Python 3.9 -Python 2.7 ___ Python tracker ___ _

[issue13649] termios.ICANON is not documented

2019-03-15 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue13649] termios.ICANON is not documented

2014-06-29 Thread Mark Lawrence
Mark Lawrence added the comment: I'm inclined to close as "won't fix" as the third paragraph of the docs states "This module also defines all the constants needed to work with the functions provided here; these have the same name as their counterparts in C. Please refer to your system document

[issue13649] termios.ICANON is not documented

2011-12-22 Thread anatoly techtonik
New submission from anatoly techtonik : http://docs.python.org/library/termios.html is missing documentation for ICANON flag used to put terminal to "raw" mode. It is also worth to place `termios` raw/canonical mode equivalent on `tty` pages, so that people porting C code to Python could under