Kaydet (Commit) 7e930d76 authored tarafından Martin Panter's avatar Martin Panter

Issue #28954: Merge keyword argument syntax from 3.5

......@@ -827,7 +827,7 @@ series of :term:`arguments <argument>`:
starred_and_keywords: ("*" `expression` | `keyword_item`)
: ("," "*" `expression` | "," `keyword_item`)*
keywords_arguments: (`keyword_item` | "**" `expression`)
: ("," `keyword_item` | "**" `expression`)*
: ("," `keyword_item` | "," "**" `expression`)*
keyword_item: `identifier` "=" `expression`
An optional trailing comma may be present after the positional and keyword arguments
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment