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 pablogsal
Recipients docs@python, pablogsal
Date 2019-06-02.16:18:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559492286.96.0.468855325599.issue37134@roundup.psfhosted.org>
In-reply-to
Content
In the documentation, there are a lot of mismatches regarding function and method signatures that use positional-only arguments with respect to the docstrings (that properly use PEP570 syntax for documenting positional-only parameters).

Not that the official syntax for positional-only parameters is accepted (the "/"), the documentation needs to be updated to reflect positional-only parameters in the functions and methods that use them as covered in the PEP document.
History
Date User Action Args
2019-06-02 16:18:06pablogsalsetrecipients: + pablogsal, docs@python
2019-06-02 16:18:06pablogsalsetmessageid: <1559492286.96.0.468855325599.issue37134@roundup.psfhosted.org>
2019-06-02 16:18:06pablogsallinkissue37134 messages
2019-06-02 16:18:06pablogsalcreate