Hi,

that is good news. Do you have any experience how the performance of programs 
differ between Python v3 and Python v2. Are there any hints about how to 
write a program, that runs with both variants of Python (e.g. writing 
compatibility methods that e.g. turn print() calls into print statements for 
v2 or that turn unicode() to str() for v3).

Regards,
Detlev

On Samstag, 4. April 2009, Phil Thompson wrote:
> A quick update...
>
> pyuic is now ported to Python v3. Code it generates will run under either
> v2 or v3. Apart from checking out a few remaining examples that completes
> the v3 port.
>
> QScintilla now runs under v3.
>
> Phil
> _______________________________________________
> PyQt mailing list    PyQt@riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt



-- 
Detlev Offenbach
det...@die-offenbachs.de
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to