On Sun, 4 Jul 2010 12:58:57 +0200, detlev <[email protected]> wrote: > On Samstag, 3. Juli 2010, Phil Thompson wrote: >> I plan on making new releases of PyQt, SIP and QScintilla towards the end >> of next week. Let me know if there is something that you think should be >> fixed... >> >> Phil >> _______________________________________________ >> PyQt mailing list [email protected] >> http://www.riverbankcomputing.com/mailman/listinfo/pyqt >> > > Does QWebElementCollection support iterating via "in" (e.g. for element in > elements)? I tried it and it didn't give an error. However, it ended in an > infinite loop. Changing the code to > > for element in elements.toList(): > > works fine. Did I miss something?
Should be fixed in tonight's snapshot - thanks. Phil _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
