Mantis - py_libxml2
Viewing Issue Advanced Details
3731 regular use minor have not tried 2009-06-26 00:36 2009-10-18 17:41
skayser  
dam  
normal  
closed  
fixed  
none    
none  
0003731: Python C API version mismatch for module libxml2mod
I don't know whether this is something that one needs to worry about. Haven't discovered anything broken yet while using it, so just reporting FYI.

$ /opt/csw/bin/python
Python 2.6.2 (r262:71600, May 27 2009, 14:19:46) [C] on sunos5
Type "help", "copyright", "credits" or "license" for more information.
>>> import libxml2mod
__main__:1: RuntimeWarning: Python C API version mismatch for module libxml2mod: This Python has API version 1013, module libxml2mod has version 1012.
>>>
$ pkginfo -x CSWpython
CSWpython python - A high-level scripting language.
           (i386) 2.6.2,REV=2009.05.28
Issue History
2009-06-26 00:36 skayser New Issue
2009-07-12 00:13 dam Status new => assigned
2009-07-12 00:13 dam Assigned To => dam
2009-08-19 16:35 dam Note Added: 0006592
2009-08-19 16:36 dam Status assigned => resolved
2009-08-19 16:36 dam Resolution open => fixed
2009-10-18 17:41 bwalton Note Added: 0006874
2009-10-18 17:41 bwalton Status resolved => closed

Notes
(0006592)
dam   
2009-08-19 16:35   
There is an updated libxml2 and pylibxml2 with 2.7.3,REV=2009.08.19 in testing/.
(0006874)
bwalton   
2009-10-18 17:41   
Closed since updated package was released.