Xavier de Gaye added the comment:

The line discipline [1] of a terminal driver and a pty is controlled by 
terminal attributes set with tcsetattr() [2][3].

IMHO (as a developer running ptys over asyncio), using a pty implies writing 
code at the low level such as configuring the line discipline, or possibly 
dealing with the notions of controlling terminal, process group and so on. So 
it seems right that Python io would not support ptys as Python io sits at a 
higher level.

[1] http://en.wikipedia.org/wiki/Line_discipline
[2] http://www.gnu.org/software/libc/manual/html_node/Terminal-Modes.html
[3] 
http://docs.python.org/3/library/termios.html?highlight=termios#module-termios

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5380>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to