mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Bump required PyXML version to 0.6.5.
This commit is contained in:
parent
7d650ca83b
commit
adfa7409f8
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ __all__ = ["dom", "parsers", "sax"]
|
||||||
__version__ = "$Revision$".split()[-2:][0]
|
__version__ = "$Revision$".split()[-2:][0]
|
||||||
|
|
||||||
|
|
||||||
_MINIMUM_XMLPLUS_VERSION = (0, 6, 1)
|
_MINIMUM_XMLPLUS_VERSION = (0, 6, 5)
|
||||||
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue