消息 [144523]
> #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). |
|
| 日期 |
用户 |
动作 |
参数 |
| 2011-09-25 14:18:43 | denilsonsa | 修改 | recipients:
+ denilsonsa, bethard, zbysz |
| 2011-09-25 14:18:43 | denilsonsa | 修改 | messageid: <1316960323.5.0.0470223814517.issue13041@psf.upfronthosting.co.za> |
| 2011-09-25 14:18:42 | denilsonsa | 链接 | issue13041 messages |
| 2011-09-25 14:18:42 | denilsonsa | 创建 | |
|