anatoly techtonik <techto...@gmail.com> added the comment:

Terminal stuff is irrelevant to `shutil`, which is the module for 'High-level 
file operations' and deserve a separate module named 'console'.

Why? Because terminal size is only relevant when you want to page output. The 
next step would be to detect if terminal supports color to see if ANSI 
sequences will be collapsed. Then you'll want to get user input without 
pressing '<enter>' key.

It is a whole new module.

----------
nosy: +techtonik

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

Reply via email to