summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-05-06 13:15:35 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-05-06 13:15:35 (GMT)
commit6cc7a41c2fd8849918427005222b1c8306621ebb (patch)
tree8a906e6414349ff9af9c89ccc5ba38b3596912c5 /Misc
parentb4c8902a8727f99a4d361f6a3ebafa5002e56030 (diff)
downloadcpython-6cc7a41c2fd8849918427005222b1c8306621ebb.zip
cpython-6cc7a41c2fd8849918427005222b1c8306621ebb.tar.gz
cpython-6cc7a41c2fd8849918427005222b1c8306621ebb.tar.bz2
#14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS5
2 files changed, 6 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 7373bc9..939e567 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -550,6 +550,7 @@ Joerg Lehmann
Robert Lehmann
Petri Lehtinen
Luke Kenneth Casson Leighton
+Tshepang Lekhonkhobe
Marc-Andre Lemburg
John Lenton
Christopher Tur Lesniewski-Laas
diff --git a/Misc/NEWS b/Misc/NEWS
index c24caac..c63a06d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -220,6 +220,11 @@ Documentation
- Issue #8799: Fix and improve the threading.Condition documentation.
+Documentation
+-------------
+
+- Issue #14034: added the argparse tutorial.
+
What's New in Python 3.2.3 release candidate 2?
===============================================