]> 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:13:48 +0000 (23:13 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 9 Jan 2014 21:13:48 +0000 (23:13 +0200)
commit9f8621fa7d3562f472b6a16854df51bfb3fdbd5f
tree9d858123a00e7b6191bed9748ef1b7bcf90bcdd4
parent3b2afbbf88cb8ba93542641f06c474aab13e50e6
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