]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix support for the "prog" keyword to the OptionParser constructor, as well
authorFred Drake <fdrake@acm.org>
Thu, 1 Apr 2004 07:38:49 +0000 (07:38 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 1 Apr 2004 07:38:49 +0000 (07:38 +0000)
commit58c0c52f1de9d63cca1c1ddd55d84d253bdf0a44
tree61c6fce620f8bcb1ea3cb91eff46a443e7043634
parent7e87944fbaacdbc90412a3f8c6ab4da4458ddb0c
Fix support for the "prog" keyword to the OptionParser constructor, as well
as directly setting the .prog attribute (which should be supported based on
the class docstring).
Closes SF bug #850964.
Lib/optparse.py
Lib/test/test_optparse.py