Kaydet (Commit) e87ab1fb authored tarafından Fred Drake's avatar Fred Drake

Fix definition of release_version (global).

üst 7c68ab2f
......@@ -29,7 +29,7 @@ import sys, string, regex, getopt, os
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment