diff options
author | Anatoly Techtonik <techtonik@gmail.com> | 2010-07-05 20:25:39 (GMT) |
---|---|---|
committer | Anatoly Techtonik <techtonik@gmail.com> | 2010-07-05 20:25:39 (GMT) |
commit | b48b4b61203d881cea5d3077d570870dae8d710c (patch) | |
tree | f1d2de213980dcea8f5f2aae92f3c7cbbd26992a /src | |
parent | 9cd3bd61a426a2c1dad2fb0c6a52d08f56493c02 (diff) | |
download | SCons-b48b4b61203d881cea5d3077d570870dae8d710c.zip SCons-b48b4b61203d881cea5d3077d570870dae8d710c.tar.gz SCons-b48b4b61203d881cea5d3077d570870dae8d710c.tar.bz2 |
use subprocess in bootstrap.py instead of os.execve to avoid losing
output control on Windows - see http://bugs.python.org/issue9148
Diffstat (limited to 'src')
-rw-r--r-- | src/CHANGES.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 0df4d37..d87427c 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -7,6 +7,11 @@ RELEASE 2.1.0.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE + From Anatoly Techtonik: + + - use subprocess in bootstrap.py instead of os.execve to avoid + losing output control on Windows (http://bugs.python.org/issue9148) + From Alexander Goomenyuk: - Add .sx to assembly source scanner list so .sx files |