New submission from anatoly techtonik <techto...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue13649>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to