This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author adelfino
Recipients adelfino, docs@python
Date 2018-06-13.13:12:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528895542.1.0.947875510639.issue33852@psf.upfronthosting.co.za>
In-reply-to
Content
I think the idea of having "list" inside parentheses is to document that in case of sequences, only "one-expression" expression lists are legal.

That being said, IMHO, explaining that in actual prose would be better, but removing the parentheses (taking into account that there's a description of what the expected evaluation of sequences subscription expression lists is) is enough, plus, it's the production list term's name.

If a prose is considered better, it could read:

"If the primary is a sequence, the expression list must be formed by only one expression, and it must evaluate to an integer or a slice (as discussed in the following section)."

Couldn't find the original author. It was committed before the move to mercurial, and I don't know if there's a subversion repo still available to see historical changes.
History
Date User Action Args
2018-06-13 13:12:22adelfinosetrecipients: + adelfino, docs@python
2018-06-13 13:12:22adelfinosetmessageid: <1528895542.1.0.947875510639.issue33852@psf.upfronthosting.co.za>
2018-06-13 13:12:21adelfinolinkissue33852 messages
2018-06-13 13:12:21adelfinocreate