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 xtreak
Recipients wabba, xtreak
Date 2019-02-17.05:30:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550381405.14.0.617538323206.issue36014@roundup.psfhosted.org>
In-reply-to
Content
Thanks for the details. I couldn't reproduce this on a clean v3.7.2 build on Mac. There were also no changes to argparse.py between 3.7.0 and 3.7.2 so I don't know why it's failing on your environment.

➜  cpython git:(9a3ffc0492) git log v3.7.0..v3.7.2 Lib/argparse.py | cat
➜  cpython git:(9a3ffc0492) ./python.exe -m test.pythoninfo | grep 'sys.version:'
sys.version: 3.7.2 (tags/v3.7.2:9a3ffc0492, Feb 17 2019, 10:47:33)  [Clang 7.0.2 (clang-700.1.81)]
➜  cpython git:(9a3ffc0492) ./python.exe -m unittest -v test.test_argparse.TestWrappingMetavar.test_help_with_metavar
test_help_with_metavar (test.test_argparse.TestWrappingMetavar) ... ok

----------------------------------------------------------------------
Ran 1 test in 0.004s

OK
History
Date User Action Args
2019-02-17 05:30:05xtreaksetrecipients: + xtreak, wabba
2019-02-17 05:30:05xtreaksetmessageid: <1550381405.14.0.617538323206.issue36014@roundup.psfhosted.org>
2019-02-17 05:30:05xtreaklinkissue36014 messages
2019-02-17 05:30:05xtreakcreate