Message152836
| 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? |
|