OLD | NEW |
---|---|
(Empty) | |
1 This argparse is a direct copy of the one available in python 2.7.9 (released on | |
2 2014-12-10). This fixes a critical bug with subparsers and set_default values. | |
3 | |
4 Unfortunately some machines that recipes need to run on are still running 2.7.6, | |
5 which doesn't have this fix. | |
6 | |
7 Argparse.py is taken from: | |
8 https://github.com/python/cpython/commit/af26c15110b76195e62a06d17e39176d42c05 11c | |
OLD | NEW |