#14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe.
diff --git a/Misc/ACKS b/Misc/ACKS
index 7373bc9..939e567 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -550,6 +550,7 @@
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 @@
- 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?
===============================================