From: Fred Drake Date: Thu, 29 Jun 2000 19:36:27 +0000 (+0000) Subject: Package docstring. X-Git-Tag: v2.0b1~1285 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3f6a7b5efb4fe9353a8f372853be3de2feb3f936;p=thirdparty%2FPython%2Fcpython.git Package docstring. --- diff --git a/Lib/xml/parser/__init__.py b/Lib/xml/parser/__init__.py new file mode 100644 index 000000000000..5b7680381abc --- /dev/null +++ b/Lib/xml/parser/__init__.py @@ -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. + +"""