mirror of https://github.com/python/cpython
Browse Source
Before, if a default was set on the parent parser, any default for that variable set via set_defaults on a subparser would be ignored. Now the subparser set_defaults is honored. Patch by Jyrki Pullianinen.pull/9921/head
3 changed files with 18 additions and 1 deletions
Loading…
Reference in new issue