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 georg.brandl
Recipients Julien Baley, docs@python, georg.brandl, paul.j3, r.david.murray
Date 2016-01-28.06:26:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453962375.67.0.244403412264.issue25314@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Julien, thanks for your patch and sorry for the lack of reviews. I find the new wording in the second hunk confusing:

``'store_true'`` and ``'store_false'`` - These store the values ``False`` respectively (Note that these default to ``False`` and ``True``  respectively).  These are special cases of ``'store_const'``.

On first read, It seems to contradict itself.  I know what is meant, but I think it should be expanded a bit.

Also, the part about ``store_const`` should still mention the default for its value (not for the const). I suppose it's ``None``?
History
Date User Action Args
2016-01-28 06:26:15georg.brandlsetrecipients: + georg.brandl, r.david.murray, docs@python, paul.j3, Julien Baley
2016-01-28 06:26:15georg.brandlsetmessageid: <1453962375.67.0.244403412264.issue25314@psf.upfronthosting.co.za>
2016-01-28 06:26:15georg.brandllinkissue25314 messages
2016-01-28 06:26:15georg.brandlcreate