[Python-checkins] CVS: python/dist/src/PCbuild python20.wse,1.29,1.30

Tim Peters tim_one@usw-pr-cvs1.sourceforge.net
Sat, 10 Mar 2001 20:30:37 -0800


Update of /cvsroot/python/python/dist/src/PCbuild
In directory usw-pr-cvs1:/tmp/cvs-serv15357/python/dist/src/PCbuild

Modified Files:
	python20.wse 
Log Message:
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.


Index: python20.wse
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python20.wse,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -r1.29 -r1.30
*** python20.wse	2001/03/02 04:59:38	1.29
--- python20.wse	2001/03/11 04:30:35	1.30
***************
*** 71,77 ****
    Value=Python 2.1
  end
  item: Set Variable
    Variable=PY_VERSION
!   Value=2.1b1
  end
  item: Set Variable
--- 71,80 ----
    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.1
  end
  item: Set Variable