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 vstinner
Recipients abarry, martin.panter, serhiy.storchaka, vstinner
Date 2016-04-19.15:11:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461078663.98.0.969311355132.issue26801@psf.upfronthosting.co.za>
In-reply-to
Content
> On all supported platforms (including such exotic as old AIX, QNX or Minix) it should be defined.

test_shutil always call shutil.get_terminal_size() and I didn't see any failure on the unit suite on our buildbots, even less common platforms like OpenBSD, AIX, OpenIndiana, etc.

So yes, os.get_terminal_size() looks to be available on all supported platforms.
History
Date User Action Args
2016-04-19 15:11:04vstinnersetrecipients: + vstinner, martin.panter, serhiy.storchaka, abarry
2016-04-19 15:11:03vstinnersetmessageid: <1461078663.98.0.969311355132.issue26801@psf.upfronthosting.co.za>
2016-04-19 15:11:03vstinnerlinkissue26801 messages
2016-04-19 15:11:03vstinnercreate