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 gousaiyang
Recipients gousaiyang, xtreak
Date 2021-04-06.20:31:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617741108.22.0.176150154292.issue43755@roundup.psfhosted.org>
In-reply-to
Content
OK I didn't find this duplicate issue. After reading that, I think we should update the documentation (https://docs.python.org/3/reference/expressions.html). `comp_if       ::=  "if" expression_nocond [comp_iter]` can become `comp_if       ::=  "if" or_test [comp_iter]`, and all `nocond` stuffs can be removed.
History
Date User Action Args
2021-04-06 20:31:48gousaiyangsetrecipients: + gousaiyang, xtreak
2021-04-06 20:31:48gousaiyangsetmessageid: <1617741108.22.0.176150154292.issue43755@roundup.psfhosted.org>
2021-04-06 20:31:48gousaiyanglinkissue43755 messages
2021-04-06 20:31:48gousaiyangcreate