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 denilsonsa
Recipients bethard, denilsonsa, zbysz
Date 2011-09-25.14:18:42
SpamBayes Score 1.8731207e-05
Marked as misclassified No
Message-id <1316960323.5.0.0470223814517.issue13041@psf.upfronthosting.co.za>
In-reply-to
Content
> #8408 was proposing a new module, which seems a bit overkill

If a module seems overkill, then maybe add this useful function to os module. Don't leave it private to argparse module. Maybe something along these lines:

    >>> import os
    >>> print(os.get_terminal_size())
    (80, 25)

Why do I believe a module could be better? Because I'd also like some way to detect when the terminal size has changed (without probing it all the time).
History
Date User Action Args
2011-09-25 14:18:43denilsonsasetrecipients: + denilsonsa, bethard, zbysz
2011-09-25 14:18:43denilsonsasetmessageid: <1316960323.5.0.0470223814517.issue13041@psf.upfronthosting.co.za>
2011-09-25 14:18:42denilsonsalinkissue13041 messages
2011-09-25 14:18:42denilsonsacreate