summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-05-06 13:34:43 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-05-06 13:34:43 (GMT)
commitdf5bedbf88504edc78b94d581c4111b0265f9563 (patch)
tree74a0192140fe6d0c0d25ec2afb8b198441f44c41 /Misc
parent7e126205e615518bc921132918c0ed7f48b31c85 (diff)
parent6cc7a41c2fd8849918427005222b1c8306621ebb (diff)
downloadcpython-df5bedbf88504edc78b94d581c4111b0265f9563.zip
cpython-df5bedbf88504edc78b94d581c4111b0265f9563.tar.gz
cpython-df5bedbf88504edc78b94d581c4111b0265f9563.tar.bz2
#14034: merge argparse tutorial from 3.2.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e389940..b828fda 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -480,6 +480,11 @@ Build
Based on patch from Hervé Coatanhay.
- Issue #14321: Do not run pgen during the build if files are up to date.
+Documentation
+-------------
+
+- Issue #14034: added the argparse tutorial.
+
- Issue #14324: Fix configure tests for cross builds.