Robin Bryce wrote: > I didn't realy understand why not having a dependency on ElementTree > was a good thing.
It's not advertised as a good thing, just as a difference. > I mean, how hard can it be to patch cElementTree to > give line numbers and handle comment processing in c ? There's simply not much benefit of using ElementTree in Markup. ET is, after all, a DOM-style API, whereas Markup uses SAX-style streaming internally. Furthermore, in my (not very extensive) tests using cElementTree with Kid doesn't make a huge difference compared to using the Python ElementTree implementation. Kid spends most of the time in its own code ;-) Cheers, Chris -- http://www.cmlenz.net/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

