From 6a0e1d0b88b2e3a89c7f7ba448d13a3cc1044723 Mon Sep 17 00:00:00 2001 From: "Prabhu S. Khalsa" <109241084+Prabhu-LANL@users.noreply.github.com> Date: Mon, 8 Jan 2024 14:09:07 -0700 Subject: DOC: Fixing typo where word "too" should read "tool" in preface.xml --- doc/user/preface.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/preface.xml b/doc/user/preface.xml index a99938e..3a47b63 100644 --- a/doc/user/preface.xml +++ b/doc/user/preface.xml @@ -29,7 +29,7 @@ SPDX-License-Identifier: MIT Thank you for taking the time to read about &SCons;. &SCons; is a modern - software construction too - a software utility + software construction tool - a software utility for building software (or other files) and keeping built software up-to-date whenever the underlying input files change. -- cgit v0.12 From 03faaff8bd226642d9a246983c0d4045f5225751 Mon Sep 17 00:00:00 2001 From: "Prabhu S. Khalsa" <109241084+Prabhu-LANL@users.noreply.github.com> Date: Mon, 8 Jan 2024 14:13:56 -0700 Subject: DOC: Update CHANGES.txt --- CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index adb955c..61841e1 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -9,6 +9,9 @@ NOTE: 4.3.0 now requires Python 3.6.0 and above. Python 3.5.x is no longer suppo RELEASE VERSION/DATE TO BE FILLED IN LATER + From Prabhu S. Khalsa: + - Fix typo in user documentation (issue #4458) + From Ataf Fazledin Ahamed: - Use of NotImplemented instead of NotImplementedError for special methods of _ListVariable class -- cgit v0.12 From e8798e19f08a992c2479a6df9f551bb7a1a879d8 Mon Sep 17 00:00:00 2001 From: "Prabhu S. Khalsa" <109241084+Prabhu-LANL@users.noreply.github.com> Date: Mon, 8 Jan 2024 14:20:10 -0700 Subject: DOC: Update CHANGES.txt to put contribution in alphabetical order --- CHANGES.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 61841e1..dfde4c5 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -9,9 +9,6 @@ NOTE: 4.3.0 now requires Python 3.6.0 and above. Python 3.5.x is no longer suppo RELEASE VERSION/DATE TO BE FILLED IN LATER - From Prabhu S. Khalsa: - - Fix typo in user documentation (issue #4458) - From Ataf Fazledin Ahamed: - Use of NotImplemented instead of NotImplementedError for special methods of _ListVariable class @@ -56,6 +53,9 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER - Fix of the --debug=sconscript option to return exist statements when using return statement with stop flag enabled + From Prabhu S. Khalsa: + - Fix typo in user documentation (issue #4458) + From Mats Wichmann: - Add support for Python 3.13 (as of alpha 2). So far only affects expected bytecodes in ActionTests.py. -- cgit v0.12