Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(369)

Side by Side Diff: recipe_engine/third_party/README.argparse

Issue 2848493002: [third_party] vendor argparse. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « recipe_engine/test.py ('k') | recipe_engine/third_party/argparse.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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
OLDNEW
« no previous file with comments | « recipe_engine/test.py ('k') | recipe_engine/third_party/argparse.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698