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 Colin Morris, r.david.murray
Date 2016-05-29.20:01:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464552107.28.0.579538272592.issue27153@psf.upfronthosting.co.za>
In-reply-to
Content
The message is correct.  The default value of foo is True.  It would be just as misleading to say default: False, since that would imply the default value of foo was false.  It also makes no sense to think it would mean the default value of 'no-foo' is False.

Instead, if you want to use ArgumentDefaultsHelpFormatter instead of controlling when defaults are displayed, change your help string to read something like: "Set foo to False".
History
Date User Action Args
2016-05-29 20:01:47r.david.murraysetrecipients: + r.david.murray, Colin Morris
2016-05-29 20:01:47r.david.murraysetmessageid: <1464552107.28.0.579538272592.issue27153@psf.upfronthosting.co.za>
2016-05-29 20:01:47r.david.murraylinkissue27153 messages
2016-05-29 20:01:47r.david.murraycreate