[PyQt] Next PyQt, SIP and QScintilla Releases

detlev detlev at die-offenbachs.de
Sun Jul 4 11:58:57 BST 2010


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    PyQt at riverbankcomputing.com
> 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?

Regards,
Detlev
-- 
Detlev Offenbach
detlev at die-offenbachs.de


More information about the PyQt mailing list