Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 185516

Summary: www-client/pybugz should use python2.5's elementtree when possible
Product: Gentoo Linux Reporter: Santiago M. Mola (RETIRED) <coldwind>
Component: Current packagesAssignee: Alec Warner <antarus>
Status: RESOLVED FIXED    
Severity: enhancement CC: liquidx
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 148333    
Attachments: pybugz-0.6.11-python2.5-elementtree.patch

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.