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 zbysz
Recipients Arfrever, amaury.forgeotdarc, denilsonsa, eric.araujo, giampaolo.rodola, loewis, neologix, pitrou, python-dev, rosslagerwall, techtonik, vstinner, zbysz
Date 2012-02-15.06:34:39
SpamBayes Score 0.13874504
Marked as misclassified No
Message-id <4F3B51F7.7030806@in.waw.pl>
In-reply-to <CACGt9ym91u-UPwOpC579qJvoiLxm4+vyb4WRTnTC+R5p4MHZQA@mail.gmail.com>
Content
Wouldn't this be quite unwieldy to use:
   os.get_terminal_size(sys.__stdout__.fileno(),
                        sys.__stdin__().fileno(),
                        sys.__stderr__.fileno())
?
History
Date User Action Args
2012-02-15 06:34:40zbyszsetrecipients: + zbysz, loewis, amaury.forgeotdarc, pitrou, vstinner, techtonik, giampaolo.rodola, eric.araujo, Arfrever, denilsonsa, neologix, rosslagerwall, python-dev
2012-02-15 06:34:39zbyszlinkissue13609 messages
2012-02-15 06:34:39zbyszcreate