Matthias Saou wrote :

> http://ftp.es6.freshrpms.net/pub/freshrpms/fedora/linux/development/
> (today's builds with the appearance of coherence are untested!)

Just a quick followup : I've packaged all of the coherence requirements
now, but also had to add an ugly patch to coherence itself in order
to load with Python 2.5.

It seems like coherence isn't ready at all for Python 2.5... what is
the correct way to cleanly have ElementTree working for as many
versions of python as possible? Use something like this? (inspired by
what Philippe committed to Elisa today) :

    if sys.hexversion >= 0x20500f0:
        import xml.etree.ElementTree
    else:
        import elementtree.ElementTree

If so, I could probably provide a clean patch to the coherence
developers, since for now I've just replaced the import lines.

Matthias

-- 
Clean custom Red Hat Linux rpm packages : http://freshrpms.net/
Fedora Core release 6 (Zod) - Linux kernel 2.6.19-1.2895.fc6
Load : 0.26 0.30 0.34

Reply via email to