Message 376803 - Python tracker
Message376803
| 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:35 | sreedevi.ha | set | recipients: + sreedevi.ha, terry.reedy, paul.moore, tim.golden, zach.ware, steve.dower |
| 2020-09-12 16:20:35 | sreedevi.ha | set | messageid: <1599927635.78.0.618314187509.issue41774@roundup.psfhosted.org> |
| 2020-09-12 16:20:35 | sreedevi.ha | link | issue41774 messages |
| 2020-09-12 16:20:35 | sreedevi.ha | create | |