PyQt v4.7.4 Released

12 July 2010

PyQt v4.7.4 has been released. This contains a number of minor enhancements and bug fixes.

  • any class with a count() method now supports the len() builtin
  • added the missing == and != operators to QItemSelection
  • added readQVariantHash(), readQVariantList(), readQVariantMap, writeQVariantHash(), writeQVariantList() and writeQVariantMap() to QDataStream
  • added the ErrorPageExtensionOption and ErrorPageExtensionReturn classes, and the ErrorDomain enum to QWebPage.