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

Unified Diff: recipe_engine/third_party/README.argparse

Issue 2848493002: [third_party] vendor argparse. (Closed)
Patch Set: Created 3 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « recipe_engine/test.py ('k') | recipe_engine/third_party/argparse.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_engine/third_party/README.argparse
diff --git a/recipe_engine/third_party/README.argparse b/recipe_engine/third_party/README.argparse
new file mode 100644
index 0000000000000000000000000000000000000000..e0fdf733a324731330a5aa75c6a4392584414b40
--- /dev/null
+++ b/recipe_engine/third_party/README.argparse
@@ -0,0 +1,8 @@
+This argparse is a direct copy of the one available in python 2.7.9 (released on
+2014-12-10). This fixes a critical bug with subparsers and set_default values.
+
+Unfortunately some machines that recipes need to run on are still running 2.7.6,
+which doesn't have this fix.
+
+Argparse.py is taken from:
+ https://github.com/python/cpython/commit/af26c15110b76195e62a06d17e39176d42c0511c
« 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