]> granicus.if.org Git - python/commit
Issue #13609: Add two functions to query the terminal size:
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 8 Feb 2012 22:28:36 +0000 (23:28 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 8 Feb 2012 22:28:36 +0000 (23:28 +0100)
commitbcf2b59fb5f18c09a26da3e9b60a37367f2a28ba
tree47232d9eb97758190b44700163d2706665224d7c
parent4195b5caea0fe1446160e78d69420732ead7e78b
Issue #13609: Add two functions to query the terminal size:
os.get_terminal_size (low level) and shutil.get_terminal_size (high level).
Patch by Zbigniew JÄ™drzejewski-Szmek.
Doc/library/os.rst
Doc/library/shutil.rst
Lib/shutil.py
Lib/test/test_os.py
Lib/test/test_shutil.py
Misc/NEWS
Modules/posixmodule.c
configure
configure.in
pyconfig.h.in