]> 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:14:27 +0000 (23:14 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 9 Jan 2014 21:14:27 +0000 (23:14 +0200)
commitf451112413b9ea8940c8c3a902cddf701c62d17f
tree385735b78ad865fde1d615d27041c356acefbf00
parent32c4915b239f435fd6c063b7f507b289a7a55f75
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/optparse.py
Lib/test/test_argparse.py
Lib/test/test_optparse.py
Misc/ACKS
Misc/NEWS