On 11/04/2015 10:50 AM, Brant Knudson wrote:
> 
> 
> On Wed, Nov 4, 2015 at 6:47 AM, Sean Dague <[email protected]
> <mailto:[email protected]>> wrote:
> 
>     I was spot checking the grenade multinode job to make sure it looks like
>     it was doing the correct thing. In doing so I found that ~15minutes of
>     it's hour long build time is compiling lxml and numpy 3 times each.
> 
> 
> I've always wondered why lxml is used rather than python's built-in XML
> support. Is there some function that xml.etree is missing that
> lxml.etree provides? The only thing I know about is that lxml has better
> support for some XPATH features.

It's all xpath semantics as far as I know.

I was told that SAML needs a thing the built in xml library doesn't
support. I doubt that any other projects really need it. However, there
would be a ton of unwind in nova to get rid of it given how extensively
it's used in libvirt driver.

I don't know about other projects. It also only benefits us if we can
remove it from g-r entirely.

        -Sean

-- 
Sean Dague
http://dague.net

__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: [email protected]?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to