]> granicus.if.org Git - python/commit
Merged revisions 78576 via svnmerge from
authorSteven Bethard <steven.bethard@gmail.com>
Tue, 2 Mar 2010 09:22:57 +0000 (09:22 +0000)
committerSteven Bethard <steven.bethard@gmail.com>
Tue, 2 Mar 2010 09:22:57 +0000 (09:22 +0000)
commit6d265699e67e14fefc5bba3e27348b663ca4515f
tree2448a51b2f8c99bd8df6ee17c232740e3a5d8566
parentb193826078c72e509549a607a7e9662549ab82a4
Merged revisions 78576 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78576 | steven.bethard | 2010-03-02 00:38:09 -0800 (Tue, 02 Mar 2010) | 3 lines

  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.
........
Doc/library/allos.rst
Doc/library/argparse.rst [new file with mode: 0644]
Doc/library/getopt.rst
Doc/library/optparse.rst
Doc/tutorial/stdlib.rst
Lib/argparse.py [new file with mode: 0644]
Lib/test/test_argparse.py [new file with mode: 0644]
Misc/NEWS