This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author paul.j3
Recipients BreamoreBoy, bethard, chris.jerdonek, paul.j3, roysmith
Date 2014-07-13.23:58:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405295885.7.0.515035597829.issue16623@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-07-13 23:58:05paul.j3setrecipients: + paul.j3, roysmith, bethard, chris.jerdonek, BreamoreBoy
2014-07-13 23:58:05paul.j3setmessageid: <1405295885.7.0.515035597829.issue16623@psf.upfronthosting.co.za>
2014-07-13 23:58:05paul.j3linkissue16623 messages
2014-07-13 23:58:05paul.j3create