summaryrefslogtreecommitdiffstats
path: root/Doc/library/getopt.rst
diff options
context:
space:
mode:
authorSteven Bethard <steven.bethard@gmail.com>2010-03-02 08:38:09 (GMT)
committerSteven Bethard <steven.bethard@gmail.com>2010-03-02 08:38:09 (GMT)
commite9330e79419bf44c20cabeb2539e2c71e6af9e06 (patch)
treee05e8e161f686a0ce0f4d465c1e55a2462f3141d /Doc/library/getopt.rst
parent41162ebdad7df5035383122ce231c178b645ea06 (diff)
downloadcpython-e9330e79419bf44c20cabeb2539e2c71e6af9e06.zip
cpython-e9330e79419bf44c20cabeb2539e2c71e6af9e06.tar.gz
cpython-e9330e79419bf44c20cabeb2539e2c71e6af9e06.tar.bz2
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.
Diffstat (limited to 'Doc/library/getopt.rst')
-rw-r--r--Doc/library/getopt.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/getopt.rst b/Doc/library/getopt.rst
index 927953c..91bf343 100644
--- a/Doc/library/getopt.rst
+++ b/Doc/library/getopt.rst
@@ -1,6 +1,6 @@
-:mod:`getopt` --- Parser for command line options
-=================================================
+:mod:`getopt` --- C-style parser for command line options
+=========================================================
.. module:: getopt
:synopsis: Portable parser for command line options; support both short and long option