]> granicus.if.org Git - python/commitdiff
Add a wrapper around the pyexpat module, making the "public" name of
authorFred Drake <fdrake@acm.org>
Sat, 23 Sep 2000 04:44:43 +0000 (04:44 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 23 Sep 2000 04:44:43 +0000 (04:44 +0000)
the module "xml.parsers.expat".

Lib/xml/parsers/expat.py [new file with mode: 0644]

diff --git a/Lib/xml/parsers/expat.py b/Lib/xml/parsers/expat.py
new file mode 100644 (file)
index 0000000..11359a0
--- /dev/null
@@ -0,0 +1,4 @@
+"""Interface to the Expat non-validating XML parser."""
+__version__ = '$Revision$'
+
+from pyexpat import *