ElementTree - Why not part of the core?
skip at pobox.com
skip at pobox.com
Thu Dec 8 08:51:14 EST 2005
>> ElementTree on the other hand provides incredibly easy access to XML
>> elements and works in a more Pythonic way. Why has the API not been
>> included in the Python core?
I think the key here is ElementTree's Pythoninc API. While it's clearly
possible to install it as a third-party package, I think there's a clear
best-of-breed aspect here that suggests it belongs in the standard
distribution simply to discourage continued use of DOM-based APIs.
Skip
More information about the Python-list
mailing list