From dc1383aa7b5e0db8e09ce3e48228cc1d8dba4b7e Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 28 May 2020 09:16:57 +1000 Subject: Change log. --- doc/ScintillaHistory.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index b66d71261..63876e3f3 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -624,6 +624,9 @@ Fixed bug in SciTE with Lua stack balance. Bug #2176. +
  • + For macOS, SciTE reverts to running python (2) due to python3 not being available in the sandbox. +
  • Release 4.3.3 @@ -678,9 +681,8 @@ Bug #2149.
  • - For Python programs, SciTE defaults to running python3 on GTK and pyw on Windows which will run + For Python programs, SciTE defaults to running python3 on Unix and pyw on Windows which will run the most recently installed Python in many cases. - This is not changed on macOS due to python3 not being available in the sandbox. Set the "python.command" property to override this. Scripts distributed with Scintilla and SciTE are checked with Python 3 and may not work with Python 2.
  • -- cgit v1.2.3