summaryrefslogtreecommitdiffstats
path: root/SCons/Script/Main.py
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2024-07-07 22:53:24 (GMT)
committerMats Wichmann <mats@linux.com>2024-07-07 22:59:37 (GMT)
commit48930096d6ebc1bf36bbecc75c6b376b47a49f49 (patch)
tree526540f0f34a359b98b56b4948e51d816a13d4b8 /SCons/Script/Main.py
parent9bece9fac32220f957ebc81304a6da090940e5c7 (diff)
downloadSCons-48930096d6ebc1bf36bbecc75c6b376b47a49f49.zip
SCons-48930096d6ebc1bf36bbecc75c6b376b47a49f49.tar.gz
SCons-48930096d6ebc1bf36bbecc75c6b376b47a49f49.tar.bz2
Bump SCons "added" version to 4.8 [skip appveyor]
Two additions in the cycle since 4.7.0 had documentation annotations that they were added in 4.7.1. Update to 4.8.0. One of those changes didn't have an annotation in the code. Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'SCons/Script/Main.py')
-rw-r--r--SCons/Script/Main.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/SCons/Script/Main.py b/SCons/Script/Main.py
index 4588345..123281c 100644
--- a/SCons/Script/Main.py
+++ b/SCons/Script/Main.py
@@ -1423,6 +1423,10 @@ def _exec_main(parser, values) -> None:
sconscript files that don't have the suffix.
.. versionadded:: 4.6.0
+
+ .. versionchanged:: 4.8.0
+ The additional name ``SCsub`` (with spelling variants)
+ is also recognized - Godot uses this name.
"""
if os.path.isabs(filename) and os.path.exists(filename):
return filename