Irit Katriel <[email protected]> added the comment:
I am unable to reproduce this, was it fixed?
>>> import os, sys, codecs, shutil
>>> sys.stdout = codecs.getwriter("utf-8")(sys.stdout.detach())
>>> os.get_terminal_size()
os.terminal_size(columns=79, lines=36)
>>> shutil.get_terminal_size((200, 30))
os.terminal_size(columns=200, lines=30)
>>>
----------
nosy: +iritkatriel
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue24966>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com