mirror of
https://github.com/python/cpython.git
synced 2025-07-29 14:15:07 +00:00
Magic strings in both Python and the Wise installer define the registry key
to be used in Windows. They got out of synch. Repaired that, and added comments to each one pointing at the other.
This commit is contained in:
parent
8e68eb61f2
commit
b2a22f4533
2 changed files with 5 additions and 1 deletions
|
@ -70,9 +70,12 @@ item: Set Variable
|
|||
Variable=GROUP
|
||||
Value=Python 2.1
|
||||
end
|
||||
item: Remark
|
||||
Text=PY_VERSION should be major.minor only; used to create the registry key; must match MS_DLL_ID in python_nt.rc
|
||||
end
|
||||
item: Set Variable
|
||||
Variable=PY_VERSION
|
||||
Value=2.1b1
|
||||
Value=2.1
|
||||
end
|
||||
item: Set Variable
|
||||
Variable=MAINDIR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue