This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author schmir
Recipients gward, schmir, strop
Date 2008-01-31.07:52:23
SpamBayes Score 0.0007126205
Marked as misclassified No
Message-id <1201765944.91.0.804235730421.issue1014230@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-01-31 07:52:25schmirsetspambayes_score: 0.000712621 -> 0.0007126205
recipients: + schmir, gward, strop
2008-01-31 07:52:24schmirsetspambayes_score: 0.000712621 -> 0.000712621
messageid: <1201765944.91.0.804235730421.issue1014230@psf.upfronthosting.co.za>
2008-01-31 07:52:24schmirlinkissue1014230 messages
2008-01-31 07:52:23schmircreate