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 bethard
Recipients Jeremiah.Jordan, Yaniv.Aknin, berker.peksag, bethard, eric.araujo, eric.smith
Date 2012-07-22.20:08:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342987702.46.0.808319525391.issue8538@psf.upfronthosting.co.za>
In-reply-to
Content
On the off chance that someone was waiting for feedback from me, I'll say:

(1) A simple boolean --foo/--no-foo action seems useful to me. I would probably call it BooleanOptionalAction rather than FlagAction. (Almost anything could be considered a "flag".)

(2) At the moment, argparse doesn't supply any actions, so I don't think we should make a separate namespace for them. If it starts to grow a list of such actions, we can add a separate namespace later. (And given that the name will end with "Action", I think it should be pretty clear without the namespace.)
History
Date User Action Args
2012-07-22 20:08:22bethardsetrecipients: + bethard, eric.smith, eric.araujo, Yaniv.Aknin, Jeremiah.Jordan, berker.peksag
2012-07-22 20:08:22bethardsetmessageid: <1342987702.46.0.808319525391.issue8538@psf.upfronthosting.co.za>
2012-07-22 20:08:21bethardlinkissue8538 messages
2012-07-22 20:08:21bethardcreate