A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://mail.python.org/pipermail/python-checkins/2014-November/133075.html below:

[Python-checkins] cpython (2.7): Fixes path to patchlevel.py in doc/make.bat

[Python-checkins] cpython (2.7): Fixes path to patchlevel.py in doc/make.bat [Python-checkins] cpython (2.7): Fixes path to patchlevel.py in doc/make.batsteve.dower python-checkins at python.org
Thu Nov 6 05:14:08 CET 2014
https://hg.python.org/cpython/rev/71d5a69e122b
changeset:   93409:71d5a69e122b
branch:      2.7
parent:      93406:f75b0470168b
user:        Steve Dower <steve.dower at microsoft.com>
date:        Wed Nov 05 20:13:46 2014 -0800
summary:
  Fixes path to patchlevel.py in doc/make.bat

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
@@ -12,7 +12,7 @@
 if NOT DEFINED ProgramFiles(x86) set _PRGMFLS=%ProgramFiles%
 if "%HTMLHELP%" EQU "" set HTMLHELP=%_PRGMFLS%\HTML Help Workshop\hhc.exe
 
-if "%DISTVERSION%" EQU "" for /f "usebackq" %%v in (`%PYTHON% tools/patchlevel.py`) do set DISTVERSION=%%v
+if "%DISTVERSION%" EQU "" for /f "usebackq" %%v in (`%PYTHON% tools/extensions/patchlevel.py`) do set DISTVERSION=%%v
 
 if "%BUILDDIR%" EQU "" set BUILDDIR=build
 

-- 
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4