Issue 13649: termios.ICANON is not documented (original) (raw)

Issue13649

Created on 2011-12-22 15:09 by techtonik, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg150098 - (view) Author: anatoly techtonik (techtonik) Date: 2011-12-22 15:09
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.
msg221880 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2014-06-29 18:45
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."
msg410913 - (view) Author: Irit Katriel (iritkatriel) * (Python committer) Date: 2022-01-18 23:28
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.
History
Date User Action Args
2022-04-11 14:57:24 admin set github: 57858
2022-01-18 23:28:10 iritkatriel set status: open -> closednosy: + iritkatrielmessages: + resolution: wont fixstage: resolved
2020-05-31 13:44:17 serhiy.storchaka set versions: + Python 3.6, Python 3.7, Python 3.8, Python 3.9, Python 3.10, - Python 2.7
2019-03-16 00:07:19 BreamoreBoy set nosy: - BreamoreBoy
2014-06-29 18:45:04 BreamoreBoy set nosy: + BreamoreBoymessages: +
2011-12-22 15:09:45 techtonik create