[Python-ideas] Re: Notation for subscripts.

2021-08-14 Thread Matsuoka Takuo
Thanks 2QdxY4RzWzUUiLuE for your thoughtful response. I shouldn't have used the word "expression" since it was going to be taken as a Python term. Let me clarify the issue. An optional starred expression (denoted "[starred_expression]" in the specification of the syntax) is a natural generalizatio

[Python-ideas] Re: Notation for subscripts.

2021-08-14 Thread Stephen J. Turnbull
Matsuoka Takuo writes: > Let me clarify the issue. An optional starred expression (denoted > "[starred_expression]" in the specification of the syntax) is a > natural generalization of an expression list (which is not necessarily > an expression in the Python sense) in the sense that use of th