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 ezio.melotti
Recipients ezio.melotti, txomon
Date 2013-01-08.10:59:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357642761.33.0.461039863784.issue16890@psf.upfronthosting.co.za>
In-reply-to
Content
It happens with lists too:
>>> l = list(range(10))
>>> for x in l:
...     l.remove(x)
... 
>>> l
[1, 3, 5, 7, 9]
History
Date User Action Args
2013-01-08 10:59:21ezio.melottisetrecipients: + ezio.melotti, txomon
2013-01-08 10:59:21ezio.melottisetmessageid: <1357642761.33.0.461039863784.issue16890@psf.upfronthosting.co.za>
2013-01-08 10:59:21ezio.melottilinkissue16890 messages
2013-01-08 10:59:21ezio.melotticreate