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 terry.reedy
Recipients docs@python, dxflores, eric.smith, terry.reedy
Date 2020-03-20.19:25:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584732310.48.0.580980866915.issue39971@roundup.psfhosted.org>
In-reply-to
Content
Working on PR.  The example 1 further on has a stray meaningless ellipsis.

             for expr3 in sequence3 ...
             if condition3

Perhaps this was meant to follow the next line, but I will remove it.
History
Date User Action Args
2020-03-20 19:25:10terry.reedysetrecipients: + terry.reedy, eric.smith, docs@python, dxflores
2020-03-20 19:25:10terry.reedysetmessageid: <1584732310.48.0.580980866915.issue39971@roundup.psfhosted.org>
2020-03-20 19:25:10terry.reedylinkissue39971 messages
2020-03-20 19:25:10terry.reedycreate