[docs] [issue18326] Mention 'keyword only' for list.sort, improve glossary.

Zachary Ware report at bugs.python.org
Fri Aug 23 16:40:28 CEST 2013


Zachary Ware added the comment:

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>`):

----------
Added file: http://bugs.python.org/file31440/issue18326.v3.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18326>
_______________________________________


More information about the docs mailing list