Commit graph

10 commits

Author SHA1 Message Date
Steven Bethard
74bd9cf7d0 argparse documentation updates (including updates to optparse and getopt documentation that were promised in the PEP) 2010-05-24 02:38:00 +00:00
Ezio Melotti
019551fa1b Fix typo in argparse doc. 2010-05-19 00:32:52 +00:00
Georg Brandl
404bd7f473 #8528: fix typo. 2010-04-25 10:16:00 +00:00
Georg Brandl
21e99f4924 #5341: more built-in vs builtin fixes. 2010-03-07 15:23:59 +00:00
Benjamin Peterson
ac80c157c7 rephrase 2010-03-03 21:28:25 +00:00
Benjamin Peterson
c516d199ec fix Sphinx warnings 2010-03-03 02:04:24 +00:00
Benjamin Peterson
90c5802e6b edit for style 2010-03-03 01:55:09 +00:00
Georg Brandl
d2decd9965 Add some x-refs. 2010-03-02 22:17:38 +00:00
Benjamin Peterson
a39e966e97 set svn:eol-style 2010-03-02 22:05:59 +00:00
Steven Bethard
e9330e7941 Initial commit of the argparse library, based on argparse 1.1.
Docs still need some updating to make getopt and optparse match the wording promised in the PEP.
There are also probably a number of :class:ArgumentParser etc. links that could be added to the argparse documentation.
2010-03-02 08:38:09 +00:00