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 webbnh
Recipients docs@python, webbnh
Date 2021-05-04.20:08:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620158888.72.0.734387137059.issue44038@roundup.psfhosted.org>
In-reply-to
Content
In Section 8.6 ("Function definitions"; https://docs.python.org/3/reference/compound_stmts.html#function-definitions), the definition of "parameter_list" looks slightly wrong:

parameter_list ::= defparameter ("," defparameter)* "," "/" ["," [parameter_list_no_posonly]] | parameter_list_no_posonly

The "/" (and the comma preceding it) is not a required component.  (Sorry, I'm afraid I'm not smart enough right now to suggest a correction.  :-p )
History
Date User Action Args
2021-05-04 20:08:08webbnhsetrecipients: + webbnh, docs@python
2021-05-04 20:08:08webbnhsetmessageid: <1620158888.72.0.734387137059.issue44038@roundup.psfhosted.org>
2021-05-04 20:08:08webbnhlinkissue44038 messages
2021-05-04 20:08:08webbnhcreate