]> granicus.if.org Git - python/commit
OptionDummy now has a constructor that takes a list of options: each string
authorGreg Ward <gward@python.net>
Tue, 23 May 2000 01:44:20 +0000 (01:44 +0000)
committerGreg Ward <gward@python.net>
Tue, 23 May 2000 01:44:20 +0000 (01:44 +0000)
commit3c67b1dd08b80a6052d4c097ca5d1b399f0dd941
tree14fe3ae10e1e8db1a968070182ec5f286829c567
parent732745bb70a81f2d2edd41562a81bb7e26948ebe
OptionDummy now has a constructor that takes a list of options: each string
in the option list is an attribute of the OptionDummy that will be
initialized to None.
Lib/distutils/fancy_getopt.py