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 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:33abarrysetrecipients: + abarry, vstinner, martin.panter, serhiy.storchaka
2016-04-19 17:35:33abarrysetmessageid: <1461087333.02.0.000688457710524.issue26801@psf.upfronthosting.co.za>
2016-04-19 17:35:32abarrylinkissue26801 messages
2016-04-19 17:35:32abarrycreate