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 arigo
Recipients arigo, bethard, paul.j3
Date 2013-09-07.07:02:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378537374.01.0.914980718393.issue18943@psf.upfronthosting.co.za>
In-reply-to
Content
Getting consistently one behavior or the other would be much better imho; I think it's wrong-ish to have the behavior depend uncontrollably on implementation details.  But I agree that it's slightly messy to declare which of the two possible fixes is the "right" one.  I'm slightly in favor of the more permissive solution ("--bar 42" equivalent to no arguments at all if 42 is the default) only because the other solution might break someone's existing code.  If I had no such backward-compatibility issue in mind, I'd vote for the other solution (you can't specify "--bar" with any value, because you already specified "--foo").
History
Date User Action Args
2013-09-07 07:02:54arigosetrecipients: + arigo, bethard, paul.j3
2013-09-07 07:02:54arigosetmessageid: <1378537374.01.0.914980718393.issue18943@psf.upfronthosting.co.za>
2013-09-07 07:02:53arigolinkissue18943 messages
2013-09-07 07:02:53arigocreate