diff options
| author | Daniel Holth <dholth@fastmail.fm> | 2016-06-20 02:48:06 (GMT) |
|---|---|---|
| committer | Daniel Holth <dholth@fastmail.fm> | 2016-06-20 02:48:06 (GMT) |
| commit | 707a453c9c9db84449c4d3bf214b9ec65f2807db (patch) | |
| tree | 349a38f5e05da3081bca0ab051f0e11a7f083ce6 /src | |
| parent | 16c3e45d786b939f78cf0169be160fd65c679150 (diff) | |
| download | SCons-707a453c9c9db84449c4d3bf214b9ec65f2807db.zip SCons-707a453c9c9db84449c4d3bf214b9ec65f2807db.tar.gz SCons-707a453c9c9db84449c4d3bf214b9ec65f2807db.tar.bz2 | |
update CHANGES.txt
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 aab73b4..db52cf0 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -10,6 +10,11 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER - Whatever John Doe did. + From Daniel Holth: + - Add basic support for PyPy (by deleting __slots__ from Node with a + metaclass on PyPy); wrap most-used open() calls in 'with' statements to + avoid too many open files. + - Add __main__.py for `python -m SCons` in case it is on PYTHONPATH. From Paweł Tomulik: - Fixed the issue with LDMODULEVERSIONFLAGS reported by Tim Jennes |
