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 Oliver.Smith
Recipients Martin.d'Anjou, Oliver.Smith, benschmaus, bethard, docs@python, eric.araujo, eric.smith, martin.panter, mburger, paul.j3, r.david.murray, rhettinger, terry.reedy, tshepang
Date 2014-09-02.20:25:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409689502.97.0.987534998228.issue9694@psf.upfronthosting.co.za>
In-reply-to
Content
The term "optional arguments" is a poorly formed adjectival suffix of "option". What it's trying to say is "these are kwargs" rather than "these arguments are not compulsory".

I ran into this issue with 3.4 and was looking to file a simple change request:

In early DOS/Linux days we called these "switches". I suggest we simply change the default wording from "optional arguments" to "switches".
History
Date User Action Args
2014-09-02 20:25:03Oliver.Smithsetrecipients: + Oliver.Smith, rhettinger, terry.reedy, bethard, eric.smith, eric.araujo, r.david.murray, docs@python, benschmaus, tshepang, martin.panter, paul.j3, mburger, Martin.d'Anjou
2014-09-02 20:25:02Oliver.Smithsetmessageid: <1409689502.97.0.987534998228.issue9694@psf.upfronthosting.co.za>
2014-09-02 20:25:02Oliver.Smithlinkissue9694 messages
2014-09-02 20:25:02Oliver.Smithcreate