summaryrefslogtreecommitdiffstats
path: root/RELEASE.txt
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2024-09-02 02:58:11 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2024-09-02 02:58:11 (GMT)
commitb0342f52159e19f9580b304cd28dfa8053a48975 (patch)
tree8353b18cc742584eaf476a7cb9a2a6e8665ddb1d /RELEASE.txt
parent320337c148b345a9a1dc9f5639bc0024958ae60f (diff)
downloadSCons-b0342f52159e19f9580b304cd28dfa8053a48975.zip
SCons-b0342f52159e19f9580b304cd28dfa8053a48975.tar.gz
SCons-b0342f52159e19f9580b304cd28dfa8053a48975.tar.bz2
Changed default encoding for pspawned processes on win32 to now be oem. Updated CHANGES/RELEASE
Diffstat (limited to 'RELEASE.txt')
-rw-r--r--RELEASE.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/RELEASE.txt b/RELEASE.txt
index cbd4768..dce76e0 100644
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -51,9 +51,10 @@ FIXES
of the output encoding of piped processes. Instead of using the default
encoding, it relied on the encoding attribute of the output stream.
If the encoding attribute of the output stream was set to None,
- it was triggering an invalid argument exeption. This was the case with
+ it was triggering an invalid argument exception. This was the case with
streams of type io.StringIO for example.
- From now, if the encoding is set to None, UTF8 is used.
+ This has been changed to always use the `oem` encoding which should be the
+ encoding in the shell where the command was spawned.
IMPROVEMENTS
------------