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 7c68ab2 commit e87ab1fCopy full SHA for e87ab1f
1 file changed
Doc/tools/partparse.py
@@ -29,7 +29,7 @@
29
30
from types import IntType, ListType, StringType, TupleType
31
32
-release_version = sys.version[:3]
+release_version = string.split(sys.version)[0]
33
34
# Different parse modes for phase 1
35
MODE_REGULAR = 0
0 commit comments