[Python-checkins] bpo-33831: Make htmlview run again (GH-7628)

Steve Dower webhook-mailer at python.org
Mon Jun 11 12:58:22 EDT 2018


https://github.com/python/cpython/commit/0e5f901508dea6437dc9ee89b434feca721d45be
commit: 0e5f901508dea6437dc9ee89b434feca721d45be
branch: master
author: Andrés Delfino <adelfino at gmail.com>
committer: Steve Dower <steve.dower at microsoft.com>
date: 2018-06-11T09:58:18-07:00
summary:

bpo-33831: Make htmlview run again (GH-7628)

files:
M Doc/make.bat

diff --git a/Doc/make.bat b/Doc/make.bat
index 0808e0cd09f5..cff85ceabae9 100644
--- a/Doc/make.bat
+++ b/Doc/make.bat
@@ -156,7 +156,7 @@ cmd /C %this% html
 
 if EXIST "%BUILDDIR%\html\index.html" (
     echo.Opening "%BUILDDIR%\html\index.html" in the default web browser...
-    start "%BUILDDIR%\html\index.html"
+    start "" "%BUILDDIR%\html\index.html"
 )
 
 goto end



More information about the Python-checkins mailing list