[New-bugs-announce] [issue13649] termios.ICANON is not documented

anatoly techtonik report at bugs.python.org
Thu Dec 22 16:09:45 CET 2011


New submission from anatoly techtonik <techtonik at 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 at python
components: Documentation, IO, Library (Lib)
messages: 150098
nosy: docs at python, techtonik
priority: normal
severity: normal
status: open
title: termios.ICANON is not documented
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13649>
_______________________________________


More information about the New-bugs-announce mailing list