]> 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:40:35 +0000 (07:40 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 1 Apr 2004 07:40:35 +0000 (07:40 +0000)
commit456d3258d64f4c60a7787dd59f5c68bafb81584c
tree1fb12da152101e04ddb1504c3845d3744783c096
parent8effa01931b1917ddad7462ba4d1d4223357fe3a
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