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 zach.ware
Recipients docs@python, ezio.melotti, icedream91, r.david.murray, terry.reedy, zach.ware
Date 2013-08-23.14:40:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377268828.19.0.593036145121.issue18326@psf.upfronthosting.co.za>
In-reply-to
Content
How about a combination of the two?  It's still short, but gets the point across without assuming the reader knows exactly what 'keyword-only argument' or requiring further reading, while introducing the term and providing the link for deeper understanding.

(Here's the relevant change in this patch, the rest is the same:)

+      :meth:`sort` accepts two arguments that must be passed by keyword
+      (:ref:`keyword-only arguments <keyword-only_parameter>`):
History
Date User Action Args
2013-08-23 14:40:28zach.waresetrecipients: + zach.ware, terry.reedy, ezio.melotti, r.david.murray, docs@python, icedream91
2013-08-23 14:40:28zach.waresetmessageid: <1377268828.19.0.593036145121.issue18326@psf.upfronthosting.co.za>
2013-08-23 14:40:28zach.warelinkissue18326 messages
2013-08-23 14:40:28zach.warecreate