« Return to Thread: Bazaar on IronPython

Re: Bazaar on IronPython

by Martin (gzlist) :: Rate this Message:

Reply to Author | View in Thread

On 01/07/2009, Seo Sanghyeon <sanxiyn@...> wrote:
>
> You seem to use xmllib to get ElementTree working. If you need
> pyexpat for IronPython, you can use my implementation:

Yes, and I'm aware of Jeff's subprocess module as well. Was just
trying to keep the number of extra things someone needed to download
to try out the patch to a minimum. That said, I do wonder if
implementing the ElementTree with System.Xml makes more sense than
emulating expat, bzr complains about speed unless cElementTree is
installed for instance.

Martin
_______________________________________________
Users mailing list
Users@...
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

 « Return to Thread: Bazaar on IronPython