[issue29290] argparse breaks long lines on NO-BREAK SPACE

wim glenn report at bugs.python.org
Thu May 11 00:16:14 EDT 2017


wim glenn added the comment:

The test "test_help_non_breaking_spaces" from Zhang's commit fails on my platform (other 1563 tests in the module all pass).  

Interestingly, if running the entire test suite, it doesn't fail.  It's only when executing the test_argparse.py module directly that causes the failure.    

I guess there is some mutable state, or the test doesn't entirely setup correctly.

----------
nosy: +wim.glenn

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29290>
_______________________________________


More information about the Python-bugs-list mailing list