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 Dhruve
Recipients Dhruve, berker.peksag, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2018-05-21.08:17:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAKafoGC_uR98r-NcXW7cVcJbJTH=cvV+pQzuAAxrfDoheUE9hQ@mail.gmail.com>
In-reply-to <1526645137.8.0.682650639539.issue32463@psf.upfronthosting.co.za>
Content
Thankyou for clearing that up!

On 18 May 2018 at 13:05, Berker Peksag <report@bugs.python.org> wrote:

>
> Berker Peksag <berker.peksag@gmail.com> added the comment:
>
> 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.
>
> ----------
> nosy: +berker.peksag
> resolution:  -> not a bug
> stage:  -> resolved
> status: open -> closed
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue32463>
> _______________________________________
>
History
Date User Action Args
2018-05-21 08:17:16Dhruvesetrecipients: + Dhruve, paul.moore, tim.golden, berker.peksag, zach.ware, eryksun, steve.dower
2018-05-21 08:17:16Dhruvelinkissue32463 messages
2018-05-21 08:17:16Dhruvecreate