[issue13649] termios.ICANON is not documented

New submission from anatoly techtonik techtonik@gmail.com:
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 understand the hidden magic.
---------- assignee: docs@python components: Documentation, IO, Library (Lib) messages: 150098 nosy: docs@python, techtonik priority: normal severity: normal status: open title: termios.ICANON is not documented versions: Python 2.7
_______________________________________ Python tracker report@bugs.python.org http://bugs.python.org/issue13649 _______________________________________

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 documentation for more information on using these terminal control interfaces."
---------- nosy: +BreamoreBoy
_______________________________________ Python tracker report@bugs.python.org http://bugs.python.org/issue13649 _______________________________________

Change by Mark Lawrence breamoreboy@gmail.com:
---------- nosy: -BreamoreBoy
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue13649 _______________________________________

Change by Serhiy Storchaka storchaka+cpython@gmail.com:
---------- versions: +Python 3.10, Python 3.6, Python 3.7, Python 3.8, Python 3.9 -Python 2.7
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue13649 _______________________________________
participants (3)
-
anatoly techtonik
-
Mark Lawrence
-
Serhiy Storchaka