File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,10 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
13
13
- Fix issue #3935: OSErrors are now no longer hidden during execution of
14
14
Actions. All exceptions during the execution of an Action are now
15
15
returned by value rather than by raising an exception, for more
16
- consistent behavior. With this change, user created Actions should now
17
- catch and handle expected exceptions (whereas previously many of these
18
- were silently caught and suppressed by the SCons Action exection code).
16
+ consistent behavior.
17
+ NOTE: With this change, user created Actions should now catch and handle
18
+ expected exceptions (whereas previously many of these were silently
19
+ caught and suppressed by the SCons Action exection code).
19
20
20
21
From Mats Wichmann:
21
22
- Updated Value Node docs and tests.
Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY
32
32
- Python 3.13 changes the behavior of isabs() on Windows. Adjust SCons
33
33
usage of this in NodeInfo classes to avoid test problems.
34
34
- All exceptions during the execution of an Action are now returned by value
35
- rather than by raising an exception, for more consistent behavior. With this
36
- change, user created Actions should now catch and handle expected exceptions
37
- (whereas previously many of these were silently caught and suppressed by the
38
- SCons Action exection code).
35
+ rather than by raising an exception, for more consistent behavior.
36
+ NOTE: With this change, user created Actions should now catch and handle
37
+ expected exceptions (whereas previously many of these were silently caught
38
+ and suppressed by the SCons Action exection code).
39
39
40
40
FIXES
41
41
-----
You can’t perform that action at this time.
0 commit comments