[issue1014230] optparse: parser.remove_option("-h") inconsistency
Ralf Schmitt
report at bugs.python.org
Thu Jan 31 08:52:24 CET 2008
Ralf Schmitt added the comment:
this test program work with python 2.4 and 2.5:
import optparse
p1=optparse.OptionParser()
p2=optparse.OptionParser()
p1.remove_option('-h')
p2.remove_option('-h')
This issue should be closed.
----------
nosy: +schmir
_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1014230>
_____________________________________
More information about the Python-bugs-list
mailing list