mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Require PyXML 0.8.2.
This commit is contained in:
parent
f8de21c51b
commit
afef4eefa8
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue