Message317024
| 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:37 | berker.peksag | set | recipients: + berker.peksag, paul.moore, tim.golden, zach.ware, eryksun, steve.dower, Dhruve |
| 2018-05-18 12:05:37 | berker.peksag | set | messageid: <1526645137.8.0.682650639539.issue32463@psf.upfronthosting.co.za> |
| 2018-05-18 12:05:37 | berker.peksag | link | issue32463 messages |
| 2018-05-18 12:05:37 | berker.peksag | create | |