From: Martin v. Löwis Date: Sun, 30 Jun 2002 15:08:22 +0000 (+0000) Subject: Bump required PyXML version to 0.6.5. X-Git-Tag: v2.3c1~5148 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=adfa7409f8286bd9581d5decfac5a5edcc1aa7de;p=thirdparty%2FPython%2Fcpython.git Bump required PyXML version to 0.6.5. --- diff --git a/Lib/xml/__init__.py b/Lib/xml/__init__.py index d189823620d8..1e21815ae77d 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, 1) +_MINIMUM_XMLPLUS_VERSION = (0, 6, 5) try: