On Fri, Jan 07, 2005 at 06:54:01PM -0800, Brian Thomason wrote: > Absolutely. > > The commented out portions below is the code that had to be changed due > to the bug:
Hi Brian, I've reproduced the bug with a code as simple as: from qt import * from qtxml import * dom = QDomDocument('plist') f = QFile('rdf.xml') dom.setContent(f) and double-checked with an equivalent C++ program just to make sure it's not a Qt problem. The offending code is exactly the same for PyQt 3.12 and 3.13, so I blame it on SIP (3.12 was built with SIP 4.0.1, 3.13 with 4.1.1). I'll check with upstream anyway. I'm building the latest SIP snapshot which have near 4 months of patches, just to see if upstream realized this before and has fixed the problem. Regards, Ricardo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]