This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author berker.peksag
Recipients Dhruve, berker.peksag, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2018-05-18.12:05:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526645137.8.0.682650639539.issue32463@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the report. I agree with Eryk. os.get_terminal_size() is a low-level function. shutil.get_terminal_size() should be used as documented at https://docs.python.org/3/library/os.html#os.get_terminal_size

    shutil.get_terminal_size() is the high-level function which should
    normally be used, os.get_terminal_size is the low-level
    implementation.
History
Date User Action Args
2018-05-18 12:05:37berker.peksagsetrecipients: + berker.peksag, paul.moore, tim.golden, zach.ware, eryksun, steve.dower, Dhruve
2018-05-18 12:05:37berker.peksagsetmessageid: <1526645137.8.0.682650639539.issue32463@psf.upfronthosting.co.za>
2018-05-18 12:05:37berker.peksaglinkissue32463 messages
2018-05-18 12:05:37berker.peksagcreate