Message 263755 - Python tracker
Message263755
| Author | abarry |
|---|---|
| Recipients | abarry, martin.panter, serhiy.storchaka, vstinner |
| Date | 2016-04-19.17:35:32 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1461087333.02.0.000688457710524.issue26801@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
On posix-based OSes, `os.get_terminal_size` might not exist ( https://hg.python.org/cpython/file/default/Modules/posixmodule.c#l12462 ), so this is needed. New patch file with tests included. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-04-19 17:35:33 | abarry | set | recipients: + abarry, vstinner, martin.panter, serhiy.storchaka |
| 2016-04-19 17:35:33 | abarry | set | messageid: <1461087333.02.0.000688457710524.issue26801@psf.upfronthosting.co.za> |
| 2016-04-19 17:35:32 | abarry | link | issue26801 messages |
| 2016-04-19 17:35:32 | abarry | create | |