Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff4e62d commit 764dad5Copy full SHA for 764dad5
1 file changed
Lib/xml/__init__.py
@@ -18,7 +18,7 @@
18
# When being checked-out without options, this has the form
19
# "<dollar>Revision: x.y </dollar>"
20
# When exported using -kv, it is "x.y".
21
-__version__ = "$Revision$".split()[-2][0]
+__version__ = "$Revision$".split()[-2:][0]
22
23
24
_MINIMUM_XMLPLUS_VERSION = (0, 6, 1)
0 commit comments