Skip to content

Commit a217d6a

Browse files
committed
Fixed typo, added RELEASE.txt
1 parent 94ec468 commit a217d6a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
7979
- Framework for scons-time tests adjusted so a path with a long username
8080
Windows has squashed doesn't get re-expanded. Fixes a problem seen
8181
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
8484
answers (previously returned either None or an re.match object).
8585
Now matches the annotation and docstring (which were prematurely
8686
updated in 4.6). All SCons usage except unit test was already fully

RELEASE.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY
4444
of CCFLAGS; the latter variable could cause a compiler warning.
4545
- The implementation of Variables was slightly refactored, there should
4646
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.
4753

4854
FIXES
4955
-----

0 commit comments

Comments
 (0)