View Single Post
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#24
A small update, upstream released PyQt 4.7.4 (not to be confused with Qt4.7), mostly bugfixes, but has a few new features, too:
  • 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.

I just pushed the updated packages for both Qt4.6 and Qt4.7 so should be available in extras-devel shortly. If no errors surface, will push to testing and Extras later on.
__________________
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc
 

The Following 7 Users Say Thank You to attila77 For This Useful Post: