[issue44038] In documentation Section 8.6, the definition of parameter_list need correcting

Pablo Galindo Salgado report at bugs.python.org
Fri May 21 13:23:02 EDT 2021


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

I think is correct:

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

Says "a parameter_list" is either:

defparameter ("," defparameter)* "," "/" ["," [parameter_list_no_posonly]] 

or

parameter_list_no_posonly

If you don't use the "/" then is the second option.

Feel free to reopen if I am missing something.

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44038>
_______________________________________


More information about the Python-bugs-list mailing list