Message222981
The issue here is how `textwrap` handles the non-breaking space. That's being address here:
http://bugs.python.org/issue20491 textwrap: Non-breaking space not honored
Temporarily an `argparse` user can get around it with `formatter_class=argparse.RawTextHelpFormatter`. That suppresses all automatic wrapping, so it's not perfect. |
|
Date |
User |
Action |
Args |
2014-07-13 23:58:05 | paul.j3 | set | recipients:
+ paul.j3, roysmith, bethard, chris.jerdonek, BreamoreBoy |
2014-07-13 23:58:05 | paul.j3 | set | messageid: <1405295885.7.0.515035597829.issue16623@psf.upfronthosting.co.za> |
2014-07-13 23:58:05 | paul.j3 | link | issue16623 messages |
2014-07-13 23:58:05 | paul.j3 | create | |
|