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 txomon
Recipients ezio.melotti, txomon
Date 2013-01-08.11:07:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CALZVapmW-i0g7CkaTYdVTbc7a2GGr-a3+EXmR969d85=bdHOng@mail.gmail.com>
In-reply-to <1357642761.33.0.461039863784.issue16890@psf.upfronthosting.co.za>
Content
Ok, sorry then.

Javier Domingo

2013/1/8 Ezio Melotti <report@bugs.python.org>

>
> Ezio Melotti added the comment:
>
> It happens with lists too:
> >>> l = list(range(10))
> >>> for x in l:
> ...     l.remove(x)
> ...
> >>> l
> [1, 3, 5, 7, 9]
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue16890>
> _______________________________________
>
History
Date User Action Args
2013-01-08 11:07:20txomonsetrecipients: + txomon, ezio.melotti
2013-01-08 11:07:20txomonlinkissue16890 messages
2013-01-08 11:07:20txomoncreate