diff options
author | Steven Knight <knight@baldmt.com> | 2004-09-24 14:23:40 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-09-24 14:23:40 (GMT) |
commit | 90c385ff951733c677ec185423f0578b16e761c1 (patch) | |
tree | f139aee5ab2c3a82b3fae7bc57ad63a962a5e0dd /src/CHANGES.txt | |
parent | 0ac77c3737960007f0451959d0f442ca0a9551c8 (diff) | |
download | SCons-90c385ff951733c677ec185423f0578b16e761c1.zip SCons-90c385ff951733c677ec185423f0578b16e761c1.tar.gz SCons-90c385ff951733c677ec185423f0578b16e761c1.tar.bz2 |
Add validator functions for PathOption. (Steve Christensen)
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 61fafae..8e761e9 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -17,7 +17,10 @@ RELEASE 0.97 - XXX From Steve Christensen: - - Handle exceptions from Python functions a build actions. + - Handle exceptions from Python functions as build actions. + + - Add a set of canned PathOption validators: PathExists (the default), + PathIsFile, PathIsDir and PathIsDirCreate. From Eric Frias: |