[Python-checkins] r85092 - in python/branches/release27-maint: PC/VS7.1/rt.bat PC/VS8.0/rt.bat PCbuild/rt.bat

hirokazu.yamamoto python-checkins at python.org
Wed Sep 29 10:38:37 CEST 2010


Author: hirokazu.yamamoto
Date: Wed Sep 29 10:38:37 2010
New Revision: 85092

Log:
Recorded rollback of revisions 84857,84870,84875 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/branches/py3k


Modified:
   python/branches/release27-maint/   (props changed)
   python/branches/release27-maint/PC/VS7.1/rt.bat
   python/branches/release27-maint/PC/VS8.0/rt.bat
   python/branches/release27-maint/PCbuild/rt.bat

Modified: python/branches/release27-maint/PC/VS7.1/rt.bat
==============================================================================
--- python/branches/release27-maint/PC/VS7.1/rt.bat	(original)
+++ python/branches/release27-maint/PC/VS7.1/rt.bat	Wed Sep 29 10:38:37 2010
@@ -27,7 +27,7 @@
 set exe=python
 set qmode=
 set dashO=
-PATH %PATH%;%~dp0..\..\..\tcltk\bin
+PATH %PATH%;..\..\..\tcltk\bin
 
 :CheckOpts
 if "%1"=="-O" (set dashO=-O)     & shift & goto CheckOpts

Modified: python/branches/release27-maint/PC/VS8.0/rt.bat
==============================================================================
--- python/branches/release27-maint/PC/VS8.0/rt.bat	(original)
+++ python/branches/release27-maint/PC/VS8.0/rt.bat	Wed Sep 29 10:38:37 2010
@@ -27,7 +27,7 @@
 set exe=python
 set qmode=
 set dashO=
-PATH %PATH%;%~dp0..\..\..\tcltk\bin
+PATH %PATH%;..\..\..\tcltk\bin
 
 :CheckOpts
 if "%1"=="-O" (set dashO=-O)     & shift & goto CheckOpts

Modified: python/branches/release27-maint/PCbuild/rt.bat
==============================================================================
--- python/branches/release27-maint/PCbuild/rt.bat	(original)
+++ python/branches/release27-maint/PCbuild/rt.bat	Wed Sep 29 10:38:37 2010
@@ -30,7 +30,7 @@
 set suffix=
 set qmode=
 set dashO=
-set tcltk=tcltk
+set tcltk=
 
 :CheckOpts
 if "%1"=="-O" (set dashO=-O)     & shift & goto CheckOpts
@@ -38,7 +38,7 @@
 if "%1"=="-d" (set suffix=_d)    & shift & goto CheckOpts
 if "%1"=="-x64" (set prefix=amd64) & (set tcltk=tcltk64) & shift & goto CheckOpts
 
-PATH %PATH%;%~dp0..\..\%tcltk%\bin
+PATH %PATH%;..\..\%tcltk%\bin
 set exe=%prefix%\python%suffix%
 set cmd=%exe% %dashO% -Wd -3 -E -tt ../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
 if defined qmode goto Qmode


More information about the Python-checkins mailing list