Skip to content

Commit a47facc

Browse files
authored
Merge branch 'fix_4746_TEMPFILE_ENC_ISSUE' into fix_4746_TEMPFILE_ENC_ISSUE
2 parents c34c4ab + 0e29e4f commit a47facc

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
8787
of decoding errors, TEMPFILEENCODING can now be specified to give
8888
more explicit instructions to SCons.
8989

90+
9091
From Edward Peek:
9192
- Fix the variant dir component being missing from generated source file
9293
paths with CompilationDatabase() builder (Fixes #4003).

RELEASE.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ FIXES
8383
as the default path for temporary files includes the username. Setting
8484
(existing) TEMPFILEDIR may also help in this case.
8585

86-
8786
IMPROVEMENTS
8887
------------
8988

SCons/Platform/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
import os
4848
import sys
4949
import tempfile
50+
import locale
5051

5152
import SCons.Action
5253
import SCons.Errors

0 commit comments

Comments
 (0)