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 xiang.zhang
Recipients martin.panter, steven.daprano, xiang.zhang
Date 2017-01-17.04:09:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484626171.79.0.420509117446.issue29290@psf.upfronthosting.co.za>
In-reply-to
Content
textwrap has been fixed in #20491 but this problem still exists. The reason seems to be that argparse replaces the non-break spaces with spaces:

before self.whitespace_matcher.sub
'Disable default font-style: condensed.  Also disables "M+\\xa01M" condensed monospace.'
after self.whitespace_matcher.sub
'Disable default font-style: condensed. Also disables "M+ 1M" condensed monospace.'
History
Date User Action Args
2017-01-17 04:09:31xiang.zhangsetrecipients: + xiang.zhang, steven.daprano, martin.panter
2017-01-17 04:09:31xiang.zhangsetmessageid: <1484626171.79.0.420509117446.issue29290@psf.upfronthosting.co.za>
2017-01-17 04:09:31xiang.zhanglinkissue29290 messages
2017-01-17 04:09:31xiang.zhangcreate