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 r.david.murray
Recipients bethard, eacb, r.david.murray
Date 2012-05-22.14:51:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337698273.67.0.0436555656614.issue14856@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the report and patch.

However, since there is no del_parser method, I'm inclined to think that this is not a bug.  That is, the ability to overwrite a previously defined subparser could be considered a feature.

If Steven does consider it a bug, I think it can only be fixed in 3.3, since to do otherwise could needlessly break currently-working programs.  If it is not a bug, add_parser's behavior when a parser already exist should be documented.
History
Date User Action Args
2012-05-22 14:51:13r.david.murraysetrecipients: + r.david.murray, bethard, eacb
2012-05-22 14:51:13r.david.murraysetmessageid: <1337698273.67.0.0436555656614.issue14856@psf.upfronthosting.co.za>
2012-05-22 14:51:13r.david.murraylinkissue14856 messages
2012-05-22 14:51:12r.david.murraycreate