GNOME Bugzilla – Bug 734005
python/drv_libxml2.py not Python 3 ready
Last modified: 2014-10-06 11:48:48 UTC
Created attachment 282107 [details] [review] Patch to make drv_libxml2.py Python 3 ready Solaris has had libxml2 version 2.9.1 for a while, with Python versions 2.6 and 2.7. While preparing to also build a module for Python 3.4, we ran into some issues with the file python/drv_libxml2.py not being Python 3 ready, i.e., using old 2.x syntax. The attached patch fixes the problem for us in a manner that should work for both 2.x and 3.x versions of Python.
We already got a patch in fixing this https://git.gnome.org/browse/libxml2/commit/?id=6c9c611beed57f001ca3ae6b964518d9c7336a69 thanks, Daniel *** This bug has been marked as a duplicate of bug 703979 ***