paul j3 added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16623>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to