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 martin.panter
Recipients docs@python, gneff, martin.panter
Date 2018-04-17.20:52:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1523998325.02.0.682650639539.issue33300@psf.upfronthosting.co.za>
In-reply-to
Content
It is supposed to be a function signature, similar to the syntax when you define your own function, rather than a usage example of calling the function.

In this case, the slash notation is described by PEP 457. It is supposed to indicate that “obj” is a positional-only parameter, and not a keyword parameter. If that is what you think is incorrect, perhaps you can suggest a place to explain the notation in Issue 21314.
History
Date User Action Args
2018-04-17 20:52:05martin.pantersetrecipients: + martin.panter, docs@python, gneff
2018-04-17 20:52:05martin.pantersetmessageid: <1523998325.02.0.682650639539.issue33300@psf.upfronthosting.co.za>
2018-04-17 20:52:04martin.panterlinkissue33300 messages
2018-04-17 20:52:04martin.pantercreate