diff options
author | William Deegan <bill@baddogconsulting.com> | 2021-10-28 17:35:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-28 17:35:34 (GMT) |
commit | 5ff93bebb7b3d0a13325661859ae29690d121d21 (patch) | |
tree | 23f42424376ea9c9f2693d60554b1a25ec84c740 /CHANGES.txt | |
parent | bdac270058a9ee93a3008e3ff37e8dbd8b3d6b69 (diff) | |
parent | 5465de09579826352bbe090b15751f44c8aed61d (diff) | |
download | SCons-5ff93bebb7b3d0a13325661859ae29690d121d21.zip SCons-5ff93bebb7b3d0a13325661859ae29690d121d21.tar.gz SCons-5ff93bebb7b3d0a13325661859ae29690d121d21.tar.bz2 |
Merge pull request #4042 from mwichmann/util-nodelist
Update NodeList to get rid of old workaround
Diffstat (limited to 'CHANGES.txt')
-rwxr-xr-x | CHANGES.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index e6d0a67..f6dbf5f 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -78,6 +78,8 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER - Make sure when subst'ing a callable, the callable is called with the correct for_signature value, previously it would be true even if doing SUBST_RAW (issue #4037) + - Update Util/NodeList implementation to get rid of a workaround for + early Python 3 slicing issue that is no longer a problem. From Brian Quistorff: |