Skip to content

Commit 475af8a

Browse files
committed
Add warning to CHANGES and RELEASE
1 parent a5af20c commit 475af8a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
1313
- Fix issue #3935: OSErrors are now no longer hidden during execution of
1414
Actions. All exceptions during the execution of an Action are now
1515
returned by value rather than by raising an exception, for more
16-
consistent behavior.
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).
1719

1820
From Mats Wichmann:
1921
- Updated Value Node docs and tests.

RELEASE.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY
3232
- Python 3.13 changes the behavior of isabs() on Windows. Adjust SCons
3333
usage of this in NodeInfo classes to avoid test problems.
3434
- All exceptions during the execution of an Action are now returned by value
35-
rather than by raising an exception, for more consistent behavior.
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).
3639

3740
FIXES
3841
-----

0 commit comments

Comments
 (0)