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 eric.araujo
Recipients ash, docs@python, eric.araujo, flox, petri.lehtinen
Date 2011-10-27.15:44:19
SpamBayes Score 0.003944846
Marked as misclassified No
Message-id <1319730260.53.0.431545944737.issue13275@psf.upfronthosting.co.za>
In-reply-to
Content
It makes sense that SAX and DOM would be mentioned in the tutorial: SAX is similar to how HTMLParser works and is used in many languages; DOM is the official W3C API and is used in many languages, despite its ugliness.  ElementTree is not a very elegant API in my opinion, but the majority seems to disagree as it was included in Python 2.5, so I wouldn’t object to a one-line edition in the doc to suggest it.

If you’d like to work on a doc patch, here are guidelines:
http://docs.python.org/documenting
http://docs.python.org/devguide
History
Date User Action Args
2011-10-27 15:44:20eric.araujosetrecipients: + eric.araujo, ash, flox, docs@python, petri.lehtinen
2011-10-27 15:44:20eric.araujosetmessageid: <1319730260.53.0.431545944737.issue13275@psf.upfronthosting.co.za>
2011-10-27 15:44:19eric.araujolinkissue13275 messages
2011-10-27 15:44:19eric.araujocreate