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 sreedevi.ha
Recipients paul.moore, sreedevi.ha, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2020-09-12.16:20:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599927635.78.0.618314187509.issue41774@roundup.psfhosted.org>
In-reply-to
Content
Define a list which has all same elements.
While removing the same element from list using for loop and by using remove() method, output should be empty list, but the output we get is one element is unremoved
History
Date User Action Args
2020-09-12 16:20:35sreedevi.hasetrecipients: + sreedevi.ha, terry.reedy, paul.moore, tim.golden, zach.ware, steve.dower
2020-09-12 16:20:35sreedevi.hasetmessageid: <1599927635.78.0.618314187509.issue41774@roundup.psfhosted.org>
2020-09-12 16:20:35sreedevi.halinkissue41774 messages
2020-09-12 16:20:35sreedevi.hacreate