Skip to content

Commit

Permalink
Merge 014b0bf into ad792d3
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoody256 committed Feb 11, 2018
2 parents ad792d3 + 014b0bf commit e86d188
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/CHANGES.txt
Expand Up @@ -7,6 +7,10 @@

RELEASE 3.1.0.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE

From Daniel Moody:
- Made a small change to scons main __init__.py to set the pickling protocal
to choose the latest which fixed 2 failing test varient dir test from Interactive

From Ray Donnelly:
- Fix the PATH created by scons.bat (and other .bat files) to provide a normalized
PATH. Some pythons in the 3.6 series are no longer able to handle paths which
Expand Down
2 changes: 1 addition & 1 deletion src/engine/SCons/compat/__init__.py
Expand Up @@ -98,7 +98,7 @@ def rename_module(new, old):

# Was pickle.HIGHEST_PROTOCOL
# Changed to 2 so py3.5+'s pickle will be compatible with py2.7.
PICKLE_PROTOCOL = 2
PICKLE_PROTOCOL = -2

# TODO: FIXME
# In 3.x, 'profile' automatically loads the fast version if available.
Expand Down

0 comments on commit e86d188

Please sign in to comment.