Commit graph

5 commits

Author SHA1 Message Date
Marc Recht
8ee752470e Fix the PLISTs after the pkgsrc lang/python/extension.mk change.
Also, add python23, python23-pth and remove unneeded compileall.py in
post-install target where appropriate.
2003-09-14 22:00:36 +00:00
Marc Recht
27966ec0ab Update to 1.2 alpha2.
The 1.2 alpha 2 release fixes some minor issues (most notably, nicer
serialization of the "xml" default namespace).
2003-08-15 19:50:27 +00:00
Martti Kuparinen
a1ee2a41ea COMMENT should start with a capital letter. 2003-07-21 17:33:10 +00:00
Marc Recht
963328b075 Update to 1.2 alpha 1.
The 1.2 alpha 1 release adds limited XPath support to the find/findtext
and findall methods.
For information on the XPath subset supported by ElementTree 1.2, see:
http://effbot.org/zone/element-xpath.htm
2003-06-03 11:06:24 +00:00
Marc Recht
f7a82dcd2a Initial import of ElementTree 1.1
The Element type is a simple but flexible container object, designed
to store hierarchical data structures, such as simplified XML infosets,
in memory.

The ElementTree toolkit contains an Element implementation in Python,
and code to read XML and HTML files into trees of Element objects, and
write them out as XML.
2003-05-26 14:24:43 +00:00