diff options
author | Fred Drake <fdrake@acm.org> | 2000-06-29 19:36:27 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-06-29 19:36:27 (GMT) |
commit | 3f6a7b5efb4fe9353a8f372853be3de2feb3f936 (patch) | |
tree | 324d250a759bd55ade74ab4750b58a3b711a1e06 | |
parent | 3e06ab1d447442a56af739a906546d8d1998dfdc (diff) | |
download | cpython-3f6a7b5efb4fe9353a8f372853be3de2feb3f936.zip cpython-3f6a7b5efb4fe9353a8f372853be3de2feb3f936.tar.gz cpython-3f6a7b5efb4fe9353a8f372853be3de2feb3f936.tar.bz2 |
Package docstring.
-rw-r--r-- | Lib/xml/parser/__init__.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Lib/xml/parser/__init__.py b/Lib/xml/parser/__init__.py new file mode 100644 index 0000000..5b76803 --- /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. + +""" |