PyQt v4.3 and SIP v4.7 released; PyQt 3 update
Riverbank Computing has announced a new version of PyQt, the Python language binding for Qt. Highlights include support for Qt v4.3.0, the pickling of several Qt classes and the use of partial functions as slots (changelog here, download here). Version 4.7 of SIP, their tool for generating Python bindings for C and C++ libraries (including Qt) has also been released; it includes support for composite and consolidated modules, and for pickling of wrapped classes and enums. PyQt v4.3 requires SIP v4.7. Changelog here, download here.
There is also an update for PyQt v3; version 3.17.3's main change is compatibility with SIP v4.7 (changelog here, download here).