This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients docs@python, loewis, scoder
Date 2011-03-03.08:36:34
SpamBayes Score 7.3270925e-08
Marked as misclassified No
Message-id <4D6F5311.6010804@v.loewis.de>
In-reply-to <1299141091.25.0.50122778334.issue11379@psf.upfronthosting.co.za>
Content
> It's the tree based API most python users are parsing XML with,
> though. So I do not agree that it's comparing apples and oranges, not
> at all. It's comparing tree based XML libraries, only one of which is
> worth being called "light weight", and that's not the one that is
> currently carrying that name.

If that is a real concern, I'd rather reduce the memory footprint of
minidom than put actual performance figures into the documentation
that will likely outdate over time.

Notice that the documentation doesn't claim that it is a lightweight
XML library, only that it's a ligthweight DOM implementation. SAX is,
of course, even lighter-weight.
History
Date User Action Args
2011-03-03 08:36:34loewissetrecipients: + loewis, scoder, docs@python
2011-03-03 08:36:34loewislinkissue11379 messages
2011-03-03 08:36:34loewiscreate