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 wim.glenn
Recipients martin.panter, paul.j3, peter.otten, python-dev, roysmith, serhiy.storchaka, steven.daprano, wim.glenn, xiang.zhang
Date 2017-05-11.04:16:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494476174.02.0.239781709708.issue29290@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-05-11 04:16:14wim.glennsetrecipients: + wim.glenn, roysmith, peter.otten, steven.daprano, python-dev, martin.panter, paul.j3, serhiy.storchaka, xiang.zhang
2017-05-11 04:16:14wim.glennsetmessageid: <1494476174.02.0.239781709708.issue29290@psf.upfronthosting.co.za>
2017-05-11 04:16:13wim.glennlinkissue29290 messages
2017-05-11 04:16:13wim.glenncreate