]> 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:59:17 +0000 (09:59 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 24 Apr 2016 06:59:17 +0000 (09:59 +0300)
commit18a8affc8ed282dca01155adc7a085bcc66be4ee
treebc2cb81046d0d86b9e9c2c0f9347a290e56367f0
parenta497774b719a3bb61ea907eb2dfe0b435e61e24a
parentd30829def2be7edc649f06d73fdc5a4813e29d1f
Issue #26801: shutil.get_terminal_size() now handles the case of stdout is
reopened on Windows.  Added tests for fallbacks.
Lib/shutil.py