Freesound extension doesn't work with python 2.5 due to deprecation of PyXML

Bug #223115 reported by Michael Sheldon
2
Affects Status Importance Assigned to Milestone
Jokosher
Fix Released
Medium
Michael Sheldon

Bug Description

PyXML has been deprecated in Python 2.5 in favour of the built-in xml module, which is almost identical, except it doesn't support the xml.xpath module. This results in the freesound extension not loading, as it requires xml.xpath.

Changed in jokosher:
assignee: nobody → michael-sheldon
importance: Undecided → Medium
milestone: none → 1.0
status: New → In Progress
Revision history for this message
Michael Sheldon (michael-sheldon) wrote :

Now uses built-in elementtree based xpath support for 2.5 (still uses PyXML for <2.5, since this isn't built-in in 2.4 or earlier)

Changed in jokosher:
status: In Progress → Fix Committed
Changed in jokosher:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.