]> granicus.if.org Git - python/commit
get_terminal_size() can also fail with ENOTTY if the fd is not connected to a terminal.
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 8 Feb 2012 23:11:00 +0000 (00:11 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 8 Feb 2012 23:11:00 +0000 (00:11 +0100)
commit81a1fa5c778c4b33ca71fcf25155189545870aab
treee69b9cf1980d95f467633769939fbd4b246f277d
parentcfade36227ce9d986da988c14dd80e21cf485400
get_terminal_size() can also fail with ENOTTY if the fd is not connected to a terminal.
Lib/test/test_os.py