commit | e48daea2a668ac5bfc112faaa6540b9ca56fb70c | [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 | fd3c7a0c9116ad373f4dc2570786c65e0783afe4 | |
parent | 9f9970b15d356bc0adee1dc7bb11bfc63712e7fd [diff] [blame] |
#14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe.
diff --git a/Doc/howto/index.rst b/Doc/howto/index.rst index 94ecc9a..6706f89 100644 --- a/Doc/howto/index.rst +++ b/Doc/howto/index.rst
@@ -28,4 +28,5 @@ unicode.rst urllib2.rst webservers.rst + argparse.rst