commit | 842985f6c70484ed7b8fc30d0bc05aec73236a98 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Fri Jun 08 04:33:50 2018 -0700 |
committer | GitHub <noreply@github.com> | Fri Jun 08 04:33:50 2018 -0700 |
tree | 655d4d42b9d6ea6bb2c0e65c05f8774c19fca995 | |
parent | d16d72f555447fbedacdc01bb14f380afca705ae [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>