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 strop
Recipients
Date 2004-08-23.10:04:55
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
remove_option("-h") method of OptionParser has a strange 
behaviour : it can't be removed from 2 different OptionParser 
objects. 
It may be due to the fact that the help option seems to be a 
unique object. 
Even if this can be "solved" by addind add_help_option=0 to 
OptionParser constructor parameters, it seems to be an 
inconsistency wrt remove_option method 
 
History
Date User Action Args
2007-08-23 14:25:41adminlinkissue1014230 messages
2007-08-23 14:25:41admincreate