STINNER Victor <[email protected]> added the comment: > +1 for low level system wrapper to get current stdout console size
So use os.get_terminal_size() > -1 on COLUMN/ROWS "business logic" So don't use shutil.get_terminal_size(), but it looks like their is a use case for this feature. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue13609> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
