diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-05-06 13:15:35 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-05-06 13:15:35 (GMT) |
commit | 6cc7a41c2fd8849918427005222b1c8306621ebb (patch) | |
tree | 8a906e6414349ff9af9c89ccc5ba38b3596912c5 /Misc | |
parent | b4c8902a8727f99a4d361f6a3ebafa5002e56030 (diff) | |
download | cpython-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/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 5 |
2 files changed, 6 insertions, 0 deletions
@@ -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 @@ -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? =============================================== |