diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-08-02 11:43:59 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-08-02 11:43:59 +0200 |
commit | ce4614c8b5d138be5ec0b9f24dc8dd3296dd2af4 (patch) | |
tree | 5473294fb67614b735911f0a6ba90346c7beb923 /engine/SCons/Environment.py | |
parent | f46f0f9e847e1f1002ea96aa2467de11e9754fa2 (diff) | |
parent | daa63b77a7e2963e59a238e0dca7ceffce91ee99 (diff) |
Merge tag 'upstream/2.3.6'
Upstream version 2.3.6
Diffstat (limited to 'engine/SCons/Environment.py')
-rw-r--r-- | engine/SCons/Environment.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/SCons/Environment.py b/engine/SCons/Environment.py index 44a2fa4..f5f9b6a 100644 --- a/engine/SCons/Environment.py +++ b/engine/SCons/Environment.py @@ -31,7 +31,7 @@ Environment # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -__revision__ = "src/engine/SCons/Environment.py pchdll:3325:cd517fae59a4 2015/06/18 06:53:27 bdbaddog" +__revision__ = "src/engine/SCons/Environment.py rel_2.3.5:3347:d31d5a4e74b6 2015/07/31 14:36:10 bdbaddog" import copy @@ -1528,8 +1528,8 @@ class Base(SubstitutionEnvironment): def Dump(self, key = None): """ - Using the standard Python pretty printer, dump the contents of the - scons build environment to stdout. + Using the standard Python pretty printer, return the contents of the + scons build environment as a string. If the key passed in is anything other than None, then that will be used as an index into the build environment dictionary and |