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 <[EMAIL PROTECTED]> <http://bugs.python.org/issue1014230> _____________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com