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 random832
Recipients SilentGhost, aroberge, docs@python, random832
Date 2015-12-05.20:56:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449348989.07.0.526308565428.issue25810@psf.upfronthosting.co.za>
In-reply-to
Content
I guess the next question is what the intent is. Was there an intent, which was not followed through on, to upgrade these methods to support keyword arguments? Or is there an intent (here and everywhere) that documentation using keyword argument syntax is appropriate to use to document methods that have default values but do not in fact support keyword arguments? What does the "/" in the help text mean?

According to PEP 0436 (Argument Clinic), the "/" here indicates that the preceding parameters are positional-only, despite the apparent use of keyword syntax. Should this convention also be used in the documentation?
History
Date User Action Args
2015-12-05 20:56:29random832setrecipients: + random832, aroberge, SilentGhost, docs@python
2015-12-05 20:56:29random832setmessageid: <1449348989.07.0.526308565428.issue25810@psf.upfronthosting.co.za>
2015-12-05 20:56:29random832linkissue25810 messages
2015-12-05 20:56:29random832create