#14034: added the argparse tutorial.  Patch by Tshepang Lekhonkhobe.
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?
 ===============================================