Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 185516 - www-client/pybugz should use python2.5's elementtree when possible
Summary: www-client/pybugz should use python2.5's elementtree when possible
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Alec Warner
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: python-2.5
  Show dependency tree
 
Reported: 2007-07-16 12:42 UTC by Santiago M. Mola (RETIRED)
Modified: 2007-07-20 12:02 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
pybugz-0.6.11-python2.5-elementtree.patch (pybugz-0.6.11-python2.5-elementtree.patch,683 bytes, patch)
2007-07-16 12:44 UTC, Santiago M. Mola (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Santiago M. Mola (RETIRED) gentoo-dev 2007-07-16 12:42:38 UTC
ElementTree was merged in Python 2.5. Pybugz should use python-2.5 implementation when possible so we can deprecate stand-alone ElementTree in the future.

Reproducible: Always

Steps to Reproduce:
Comment 1 Santiago M. Mola (RETIRED) gentoo-dev 2007-07-16 12:44:54 UTC
Created attachment 125009 [details, diff]
pybugz-0.6.11-python2.5-elementtree.patch

Tries to import Python-2.5's ElementTree, if it fails then import stand-alone ElementTree.
Comment 2 Santiago M. Mola (RETIRED) gentoo-dev 2007-07-20 12:02:41 UTC
Fixed in SVN.