]> granicus.if.org Git - python/commitdiff
Package docstring.
authorFred Drake <fdrake@acm.org>
Thu, 29 Jun 2000 19:36:27 +0000 (19:36 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 29 Jun 2000 19:36:27 +0000 (19:36 +0000)
Lib/xml/parser/__init__.py [new file with mode: 0644]

diff --git a/Lib/xml/parser/__init__.py b/Lib/xml/parser/__init__.py
new file mode 100644 (file)
index 0000000..5b76803
--- /dev/null
@@ -0,0 +1,8 @@
+"""Python interfaces to XML parsers.
+
+This package contains on module:
+
+expat -- Python wrapper for James Clark's Expat parser, with namespace
+         support.
+
+"""