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 fdrake
Recipients docs@python, eric.araujo, ezio.melotti, fdrake, loewis, pitrou, scoder
Date 2011-11-29.13:49:08
SpamBayes Score 4.4866186e-07
Marked as misclassified No
Message-id <1322574548.83.0.103950845174.issue11379@psf.upfronthosting.co.za>
In-reply-to
Content
Removing "Lightweight" and changing the first paragraph to (something like)

:mod:`xml.dom.minidom` is an implementation of the Document Object Model
interface.  The API is slightly simpler than the full W3C DOM, but the
implementation has a significantly higher memory footprint than
:mod:`xml.dom.etree`.

would be entirely reasonable.

(I don't think it's wrong to discuss relative memory footprints in comparison to other modules in the standard library.)
History
Date User Action Args
2011-11-29 13:49:08fdrakesetrecipients: + fdrake, loewis, pitrou, scoder, ezio.melotti, eric.araujo, docs@python
2011-11-29 13:49:08fdrakesetmessageid: <1322574548.83.0.103950845174.issue11379@psf.upfronthosting.co.za>
2011-11-29 13:49:08fdrakelinkissue11379 messages
2011-11-29 13:49:08fdrakecreate