[Python-ideas] Re: Definition of a starred expression in the Language Reference

2021-08-24 Thread Matsuoka Takuo
I have filed this at the issue tracker at https://bugs.python.org/issue44983 Best regards, Takuo ___ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/list

[Python-ideas] Re: Definition of a starred expression in the Language Reference

2021-08-22 Thread MRAB
On 2021-08-22 11:51, Matsuoka Takuo wrote: Dear developers, According to the Language Reference, a starred expression is defined by starred_expression ::= expression | (starred_item ",")* [starred_item] https://docs.python.org/3/reference/expressions.html#expression-lists However, in view