After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 734005 - python/drv_libxml2.py not Python 3 ready
python/drv_libxml2.py not Python 3 ready
Status: RESOLVED DUPLICATE of bug 703979
Product: libxml2
Classification: Platform
Component: general
git master
Other Solaris
: Normal normal
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2014-07-30 20:15 UTC by John Beck
Modified: 2014-10-06 11:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to make drv_libxml2.py Python 3 ready (731 bytes, patch)
2014-07-30 20:15 UTC, John Beck
none Details | Review

Description John Beck 2014-07-30 20:15:39 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.
Comment 1 Daniel Veillard 2014-10-06 11:48:48 UTC
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 ***