File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -86,8 +86,9 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
86
86
updated in 4.6). All SCons usage except unit test was already fully
87
87
consistent with a bool.
88
88
- When a variable is added to a Variables object, it can now be flagged
89
- as "don't perform substitution". This allows variables to contain
90
- characters which would otherwise cause expansion. Fixes #4241.
89
+ as "don't perform substitution" by setting the argument subst.
90
+ This allows variables to contain characters which would otherwise
91
+ cause expansion. Fixes #4241.
91
92
- The test runner now recognizes the unittest module's return code of 5,
92
93
which means no tests were run. SCons/Script/MainTests.py currently
93
94
has no tests, so this particular error code is expected - should not
You can’t perform that action at this time.
0 commit comments