]> granicus.if.org Git - python/commit
Issue #13107: argparse and optparse no longer raises an exception when output
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 9 Jan 2014 21:18:41 +0000 (23:18 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 9 Jan 2014 21:18:41 +0000 (23:18 +0200)
commit123e6d5b4b17e182cfa49b0913bfc0b77ecb2585
treeb172af053a1970f2530d1771f81b97b1430d4d5d
parentba44860c118f375c81db1f82ac4714992a37a22e
parentf451112413b9ea8940c8c3a902cddf701c62d17f
Issue #13107: argparse and optparse no longer raises an exception when output
a help on environment with too small COLUMNS.  Based on patch by
Elazar Gershuni.
Lib/argparse.py
Lib/test/test_argparse.py
Lib/test/test_optparse.py
Misc/NEWS