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.03:24:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357615469.35.0.870569543752.issue16890@psf.upfronthosting.co.za>
In-reply-to
Content
The problem is that you are mutating parent.childNodes while you are iterating on it.  Iterating over a copy seems to solve the problem.
History
Date User Action Args
2013-01-08 03:24:29ezio.melottisetrecipients: + ezio.melotti, txomon
2013-01-08 03:24:29ezio.melottisetmessageid: <1357615469.35.0.870569543752.issue16890@psf.upfronthosting.co.za>
2013-01-08 03:24:29ezio.melottilinkissue16890 messages
2013-01-08 03:24:29ezio.melotticreate