summaryrefslogtreecommitdiffstats
path: root/Lib/xml/__init__.py
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2003-01-26 10:36:33 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2003-01-26 10:36:33 (GMT)
commitafef4eefa8b07287abe1c59b9ef918e91386f454 (patch)
treec250ec3651a18142607fc70dc43a60dcf52e7359 /Lib/xml/__init__.py
parentf8de21c51bed1823a1a906562705ce84d9c4603d (diff)
downloadcpython-afef4eefa8b07287abe1c59b9ef918e91386f454.zip
cpython-afef4eefa8b07287abe1c59b9ef918e91386f454.tar.gz
cpython-afef4eefa8b07287abe1c59b9ef918e91386f454.tar.bz2
Require PyXML 0.8.2.
Diffstat (limited to 'Lib/xml/__init__.py')
-rw-r--r--Lib/xml/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/xml/__init__.py b/Lib/xml/__init__.py
index 1e21815..dc50cb3 100644
--- a/Lib/xml/__init__.py
+++ b/Lib/xml/__init__.py
@@ -21,7 +21,7 @@ __all__ = ["dom", "parsers", "sax"]
__version__ = "$Revision$".split()[-2:][0]
-_MINIMUM_XMLPLUS_VERSION = (0, 6, 5)
+_MINIMUM_XMLPLUS_VERSION = (0, 8, 2)
try: