Message196740
I think in such case it is reasonable to fail silently, since the information will not be readable anyway.
Is a patch like the attached acceptable? (Sorry, I am new here)
results:
>>> import os, argparse; p = argparse.ArgumentParser(prog='PROG')
>>> os.environ['COLUMNS'] = '0'
>>> print(p.format_help())
usage: PROG
[-h]
optional arguments:
-h, --help
>>> |
|
Date |
User |
Action |
Args |
2013-09-01 21:10:53 | elazar | set | recipients:
+ elazar, bethard, aronacher, ezio.melotti, adambyrtek, serhiy.storchaka |
2013-09-01 21:10:53 | elazar | set | messageid: <1378069853.77.0.597127130619.issue13107@psf.upfronthosting.co.za> |
2013-09-01 21:10:53 | elazar | link | issue13107 messages |
2013-09-01 21:10:53 | elazar | create | |
|