mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
Fix definition of release_version (global).
This commit is contained in:
parent
7c68ab2f2b
commit
e87ab1fbf2
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
from types import IntType, ListType, StringType, TupleType
|
||||
|
||||
release_version = sys.version[:3]
|
||||
release_version = string.split(sys.version)[0]
|
||||
|
||||
# Different parse modes for phase 1
|
||||
MODE_REGULAR = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue