File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ NOTE: 4.3.0 now requires Python 3.6.0 and above. Python 3.5.x is no longer suppo
9
9
10
10
RELEASE VERSION/DATE TO BE FILLED IN LATER
11
11
12
+ From Raymond Li:
13
+ - Fix issue #3935: OSErrors are now no longer hidden during execution of
14
+ Actions. All exceptions during the execution of an Action are now
15
+ returned by value rather than by raising an exception, for more
16
+ consistent behavior.
17
+
12
18
From Mats Wichmann:
13
19
- Updated Value Node docs and tests.
14
20
- Python 3.13 compat: re.sub deprecated count, flags as positional args,
@@ -19,12 +25,6 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
19
25
- Python 3.13 (alpha) changes the behavior of isabs() on Windows. Adjust
20
26
SCons usage of in NodeInfo classes to match. Fixes #4502, #4504.
21
27
22
- From Raymond Li:
23
- - Fix issue #3935: OSErrors are now no longer hidden during execution of
24
- Actions. All exceptions during the execution of an Action are now
25
- returned by value rather than by raising an exception, for more
26
- consistent behavior.
27
-
28
28
29
29
RELEASE 4.7.0 - Sun, 17 Mar 2024 17:22:20 -0700
30
30
You can’t perform that action at this time.
0 commit comments