diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1999-04-17 17:34:02 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1999-04-17 17:34:02 +0000 |
commit | 8acd6ea1c67194c1139b5cbd2b172a2652a74c23 (patch) | |
tree | d76a99c5140dba2505d4c30e404220f904bf77a3 /textproc/py-xml/pkg-descr | |
parent | Fix bug in manpage. (diff) |
The Python XML package, including parser, SAX, DOM, and Expat
Notes
Notes:
svn path=/head/; revision=17954
Diffstat (limited to 'textproc/py-xml/pkg-descr')
-rw-r--r-- | textproc/py-xml/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/py-xml/pkg-descr b/textproc/py-xml/pkg-descr new file mode 100644 index 000000000000..154a394676a2 --- /dev/null +++ b/textproc/py-xml/pkg-descr @@ -0,0 +1,12 @@ +From the README: + XML package v0.5.1 + + This is the third test release of the Python XML package. The + distribution contains a validating XML parser, an implementation of + the SAX and DOM programming interfaces, an interface to the Expat + parser (and the Expat parser itself), and a C helper module that can + speed up xmllib.py by a factor of 5. There's even documentation! + +See also http://www.python.org/sigs/xml-sig/ + +-- Jacques Vidrine <nectar@FreeBSD.ORG> |