projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8de21c
)
Require PyXML 0.8.2.
author
Martin v. Löwis
<martin@v.loewis.de>
Sun, 26 Jan 2003 10:36:33 +0000
(10:36 +0000)
committer
Martin v. Löwis
<martin@v.loewis.de>
Sun, 26 Jan 2003 10:36:33 +0000
(10:36 +0000)
Lib/xml/__init__.py
patch
|
blob
|
history
diff --git
a/Lib/xml/__init__.py
b/Lib/xml/__init__.py
index 1e21815ae77d99d0bd8c107fc10c556c87ec5b8e..dc50cb3764627389f48e531136c4c746ba5003cd 100644
(file)
--- 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: