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 eli.bendersky
Recipients docs@python, eli.bendersky, eric.araujo, ezio.melotti, fdrake, flox, loewis, pitrou, scoder
Date 2012-02-08.03:42:14
SpamBayes Score 4.2882112e-07
Marked as misclassified No
Message-id <1328672535.95.0.338904305328.issue11379@psf.upfronthosting.co.za>
In-reply-to
Content
IMHO this wording proposed by Stefan:

"""
[[Note: The xml.dom.minidom module provides an implementation of the W3C-DOM whose API is similar to that in other programming languages. Users who are unfamiliar with the W3C-DOM interface or who would like to write less code for processing XML files should consider using the xml.etree.ElementTree module instead.]]
"""

Sounds very reasonable. Perhaps something about a more Pythonic API can also be added there, in addition to "to write less code".

Any objections?
History
Date User Action Args
2012-02-08 03:42:16eli.benderskysetrecipients: + eli.bendersky, loewis, fdrake, pitrou, scoder, ezio.melotti, eric.araujo, flox, docs@python
2012-02-08 03:42:15eli.benderskysetmessageid: <1328672535.95.0.338904305328.issue11379@psf.upfronthosting.co.za>
2012-02-08 03:42:15eli.benderskylinkissue11379 messages
2012-02-08 03:42:14eli.benderskycreate