PyQt v4.4.3 Released

8 August 2008

PyQt v4.4.3 has been released. This adds support for Qt v4.4.1 but is mainly a bug fix release.

Other improvements are:

  • a QChar can now be used whenever a QString is expected
  • all read related methods that take a maximum read length will now raise an exception if the length is negative
  • the QVariant constructor that took a QVariantList argument has been replaced with the fromList() static method
  • the QVariant constructor that took a QVariantMap argument has been replaced with the fromMap() static method
  • added the embeddeddialogs.py and padnavigator.py examples from Igor Prischepoff.