commit | 4e6bd247aa955056626bf0cf8dc1c65a587b871f | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Fri Jun 08 18:28:02 2018 -0700 |
committer | GitHub <noreply@github.com> | Fri Jun 08 18:28:02 2018 -0700 |
tree | 69e07ef44048d9a32c49852e0bc81076463021cd | |
parent | 458ed1b237150f5c59b6ab3e1a5241a672ac8cbd [diff] |
bpo-11874: fix assertion failure in argparse metavar handling (GH-1826) - bugfix and test for fragile metavar handling in argparse (see bpo-24089, bpo-14046, bpo-25058, bpo-11874) - also fixes some incorrect tests that did not make 1-element tuples correctly (cherry picked from commit 66f02aa32f1e4adb9f24cf186f8c495399d5ce9b) Co-authored-by: wim glenn <wim.glenn@gmail.com>