File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
79
79
- Framework for scons-time tests adjusted so a path with a long username
80
80
Windows has squashed doesn't get re-expanded. Fixes a problem seen
81
81
on GitHub Windows runner which uses a name "runneradmin".
82
- - SCons.Environment.is_valid_construction_var now returns a boolean to
83
- match the convention that functions beginnig with "is" have yes/no
82
+ - SCons.Environment.is_valid_construction_var() now returns a boolean to
83
+ match the convention that functions beginning with "is" have yes/no
84
84
answers (previously returned either None or an re.match object).
85
85
Now matches the annotation and docstring (which were prematurely
86
86
updated in 4.6). All SCons usage except unit test was already fully
Original file line number Diff line number Diff line change @@ -44,6 +44,12 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY
44
44
of CCFLAGS; the latter variable could cause a compiler warning.
45
45
- The implementation of Variables was slightly refactored, there should
46
46
not be user-visible changes.
47
+ - SCons.Environment.is_valid_construction_var() now returns a boolean to
48
+ match the convention that functions beginning with "is" have yes/no
49
+ answers (previously returned either None or an re.match object).
50
+ Now matches the annotation and docstring (which were prematurely
51
+ updated in 4.6). All SCons usage except unit test was already fully
52
+ consistent with a bool.
47
53
48
54
FIXES
49
55
-----
You can’t perform that action at this time.
0 commit comments