New submission from woo yoo:
This is the documented rule, which lacks a comma within the last line.
keywords_arguments ::= (keyword_item | "**" expression)
("," keyword_item | "**" expression)*
The correct form should be:
keywords_arguments ::= (keyword_item | "**" expression)
("," keyword_item |",""**" expression)*
The original documentation is
https://docs.python.org/3/reference/expressions.html#calls
----------
assignee: docs@python
components: Documentation
messages: 282987
nosy: docs@python, woo yoo
priority: normal
severity: normal
status: open
title: A lack of comma within EBNF rule of keywords_arguments
versions: Python 3.5
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue28944>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com