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 veky
Recipients docs@python, shubh07, veky, wtaha
Date 2020-08-20.18:12:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597947172.15.0.417646191837.issue41591@roundup.psfhosted.org>
In-reply-to
Content
It refers to the sentence

"""The result will be a new list resulting from evaluating the expression in the context of the for and if clauses which follow it. """

The expression at the start of listcomp is the one that's evaluated in the context of clauses following it, no matter what kind of expression it is. If it is another listcomp, then you have a nested listcomp, but that's just a nonspecial case.
History
Date User Action Args
2020-08-20 18:12:52vekysetrecipients: + veky, docs@python, shubh07, wtaha
2020-08-20 18:12:52vekysetmessageid: <1597947172.15.0.417646191837.issue41591@roundup.psfhosted.org>
2020-08-20 18:12:52vekylinkissue41591 messages
2020-08-20 18:12:52vekycreate