[PyQt] ANN: New eric 4.4 snapshot released

2009-05-23 Thread Detlev Offenbach
Hi, I'd like to inform all of you about the immediate availability of a new eric 4.4 snapshot. It fixes a few bugs and adds these new features. - added option to suppress debuggee's stdout and stderr output for the shell window - added option to sort the file contents by occurrence in file

[PyQt] More effective handling of QByteArray / QString in Python 3.0

2009-05-23 Thread Jan Haag
Hello, I've been using PyQt4 for some time now and it always worked great. But when I recently switched to Python 3.0 I realized that it handles ByteArray and QString different from Python 2.x. That means that a ByteArray can be converted to bytes and back and QString can be onverted to String