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 WoodyWoo
Recipients WoodyWoo, docs@python, eli.bendersky, eric.smith, scoder, serhiy.storchaka
Date 2020-09-30.15:19:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601479155.27.0.747203175665.issue41892@roundup.psfhosted.org>
In-reply-to
Content
I'm green hand in Coding.
But I think the problem caused by "for each in list".
Anything changed in "list" should not act at once,but should act when "for end" or break.
History
Date User Action Args
2020-09-30 15:19:15WoodyWoosetrecipients: + WoodyWoo, scoder, eric.smith, eli.bendersky, docs@python, serhiy.storchaka
2020-09-30 15:19:15WoodyWoosetmessageid: <1601479155.27.0.747203175665.issue41892@roundup.psfhosted.org>
2020-09-30 15:19:15WoodyWoolinkissue41892 messages
2020-09-30 15:19:15WoodyWoocreate