Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e87ab1f

Browse files
committed
Fix definition of release_version (global).
1 parent 7c68ab2 commit e87ab1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/tools/partparse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
from types import IntType, ListType, StringType, TupleType
3131

32-
release_version = sys.version[:3]
32+
release_version = string.split(sys.version)[0]
3333

3434
# Different parse modes for phase 1
3535
MODE_REGULAR = 0

0 commit comments

Comments
 (0)