diff options
| author | Steven Knight <knight@baldmt.com> | 2003-03-26 19:39:45 (GMT) |
|---|---|---|
| committer | Steven Knight <knight@baldmt.com> | 2003-03-26 19:39:45 (GMT) |
| commit | d988db5277489ab02b9499d5c4f76636f54d2ed5 (patch) | |
| tree | c1b8c39fb661b0d56fef7a0c48c45e75e848facb /src/engine/SCons/Defaults.py | |
| parent | 95a4d924e02d940a8960e28be71056dab84deb9f (diff) | |
| download | SCons-d988db5277489ab02b9499d5c4f76636f54d2ed5.zip SCons-d988db5277489ab02b9499d5c4f76636f54d2ed5.tar.gz SCons-d988db5277489ab02b9499d5c4f76636f54d2ed5.tar.bz2 | |
Clean-ups in preparation for release: doc and comment changes, comment out Subversion support.
Diffstat (limited to 'src/engine/SCons/Defaults.py')
| -rw-r--r-- | src/engine/SCons/Defaults.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/SCons/Defaults.py b/src/engine/SCons/Defaults.py index 07a388e..6fa053d 100644 --- a/src/engine/SCons/Defaults.py +++ b/src/engine/SCons/Defaults.py @@ -201,7 +201,7 @@ def copyFunc(dest, source, env): def _concat(prefix, list, suffix, env, f=lambda x: x): """Creates a new list from 'list' by first interpolating each - element in the list using 'locals' and 'globals' and then calling f + element in the list using the 'env' dictionary and then calling f on the list, and finally concatenating 'prefix' and 'suffix' onto each element of the list. A trailing space on 'prefix' or leading space on 'suffix' will cause them to be put into seperate list |
