summaryrefslogtreecommitdiff
path: root/modules/language/python/module/xml/parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/language/python/module/xml/parser.py')
-rw-r--r--modules/language/python/module/xml/parser.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/language/python/module/xml/parser.py b/modules/language/python/module/xml/parser.py
new file mode 100644
index 0000000..eb314a3
--- /dev/null
+++ b/modules/language/python/module/xml/parser.py
@@ -0,0 +1,8 @@
+"""Python interfaces to XML parsers.
+
+This package contains one module:
+
+expat -- Python wrapper for James Clark's Expat parser, with namespace
+ support.
+
+"""