]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Initial commit of the argparse library, based on argparse 1.1.
authorSteven Bethard <steven.bethard@gmail.com>
Tue, 2 Mar 2010 08:38:09 +0000 (08:38 +0000)
committerSteven Bethard <steven.bethard@gmail.com>
Tue, 2 Mar 2010 08:38:09 +0000 (08:38 +0000)
commite9330e79419bf44c20cabeb2539e2c71e6af9e06
treee05e8e161f686a0ce0f4d465c1e55a2462f3141d
parent41162ebdad7df5035383122ce231c178b645ea06
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