summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2023-05-02 11:28:46 -0600
committerMats Wichmann <mats@linux.com>2023-05-02 11:28:46 -0600
commit1ee43f4691dc7ab651fd22f07748c237f0301675 (patch)
treecc1d6333d90487617f14bd56d643e3e7b83d26ed /CHANGES.txt
parent54e948dd71d85f1e228307af2e16162897e36401 (diff)
downloadscons-git-1ee43f4691dc7ab651fd22f07748c237f0301675.tar.gz
Change bas64 decodestring -> decodebytes
The former was an alias in Python 3, deprecated since 3.1. Use the replacement. Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index d0b58368c..72d1aa675 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -17,6 +17,8 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
not use these, so was not affected. [fixes #4193]
- Simplify some code due to pylint observation: "C2801: Unnecessarily
calls dunder method __call__. Invoke instance directly."
+ - Python 3.9 dropped the alias base64.decodestring, deprecated since 3.1.
+ Only used in msvs.py. Use base64.decodebytes instead.
RELEASE 4.5.2 - Sun, 21 Mar 2023 14:08:29 -0700