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:16:05
SpamBayes Score 0.00017881728
Marked as misclassified No
Message-id <4D6F4E44.8080403@v.loewis.de>
In-reply-to <1299135737.97.0.600914863085.issue11379@psf.upfronthosting.co.za>
Content
> What about this phrasing then:
> 
> """ MiniDOM has a smaller memory footprint than some of the other DOM
> compliant implementations for Python (such as 4DOM), but uses about
> 10x more memory than the faster and simpler xml.etree.cElementTree
> module. """

But that's not a DOM implementation - so it would be comparing apples
and oranges.
History
Date User Action Args
2011-03-03 08:16:06loewissetrecipients: + loewis, scoder, docs@python
2011-03-03 08:16:05loewislinkissue11379 messages
2011-03-03 08:16:05loewiscreate