| commit | 6cc7a41c2fd8849918427005222b1c8306621ebb | [log] [tgz] |
|---|---|---|
| author | Ezio Melotti <ezio.melotti@gmail.com> | Sun May 06 16:15:35 2012 +0300 |
| committer | Ezio Melotti <ezio.melotti@gmail.com> | Sun May 06 16:15:35 2012 +0300 |
| tree | 8a906e6414349ff9af9c89ccc5ba38b3596912c5 | |
| parent | b4c8902a8727f99a4d361f6a3ebafa5002e56030 [diff] [blame] |
#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? ===============================================