Comment 16 for bug 893091

Revision history for this message
In , Dmalcolm-u (dmalcolm-u) wrote :

(In reply to comment #9)
> Patch pushed to branch py3k along with a fix for the _dbus_glib_bindings module
>
> For those who want to help out switch to the py3k branch by cloning the
> dbus-python repo (or use your already cloned repo) and track the branch as
> such:
>
> git checkout -tb py3k origin/py3k
>

Thanks for your work on this.

I hope that it will possible to merge this, so that the python2 and python3 bindings can be built from the same sources. Python 2.6 contains some compatibility APIs that make this easier, but I've found it's normally trivial to support the older minor releases of Python 2 using some preprocessor defines.