]> granicus.if.org Git - python/commit
Issue #26801: shutil.get_terminal_size() now handles the case of stdout is
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 24 Apr 2016 06:58:43 +0000 (09:58 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 24 Apr 2016 06:58:43 +0000 (09:58 +0300)
commitd30829def2be7edc649f06d73fdc5a4813e29d1f
tree50ee974b26294a8159185b50fd9239f22418e88b
parente37fc18b3c0d5fe13d75f37d9ae9c4387a46ee3d
Issue #26801: shutil.get_terminal_size() now handles the case of stdout is
reopened on Windows.  Added tests for fallbacks.
Lib/shutil.py
Lib/test/test_shutil.py