[Python-checkins] cpython (merge 3.2 -> 3.3): Merge with 3.2: Issue #17386

terry.reedy python-checkins at python.org
Thu Mar 14 02:42:10 CET 2013


http://hg.python.org/cpython/rev/e45db319e590
changeset:   82655:e45db319e590
branch:      3.3
parent:      82652:9941a9bbfeb6
parent:      82654:9b45873e5a68
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Wed Mar 13 21:35:07 2013 -0400
summary:
  Merge with 3.2: Issue #17386

files:
  Doc/make.bat |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/make.bat b/Doc/make.bat
--- a/Doc/make.bat
+++ b/Doc/make.bat
@@ -2,7 +2,7 @@
 setlocal
 
 set SVNROOT=http://svn.python.org/projects
-if "%PYTHON%" EQU "" set PYTHON=..\pcbuild\python
+if "%PYTHON%" EQU "" set PYTHON=py -2
 if "%HTMLHELP%" EQU "" set HTMLHELP=%ProgramFiles%\HTML Help Workshop\hhc.exe
 if "%DISTVERSION%" EQU "" for /f "usebackq" %%v in (`%PYTHON% tools/sphinxext/patchlevel.py`) do set DISTVERSION=%%v
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list