Emanuel Barry added the comment:

To be fair, I don't think we actually need a unit test to check if 
`os.get_terminal_size` exists, as we catch any `AttributeError` at all. I'd 
want to keep the except clause there to properly handle `sys.__stdout__` being 
`None` (or simply absent). I also don't consider that I'm fixing a bug here, 
but more like an oversight. The except clause with `NameError` is obviously an 
oversight from when the function was ported from `os` to `shutil`, so I'd 
rather fix it.

----------

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

Reply via email to