commit | 0ec635138fc97e496407413878845fa5a7e37de4 | [log] [tgz] |
---|---|---|
author | R. David Murray <rdmurray@bitdance.com> | Wed Apr 15 22:34:30 2009 +0000 |
committer | R. David Murray <rdmurray@bitdance.com> | Wed Apr 15 22:34:30 2009 +0000 |
tree | af1328009a8ac12d6e1022ac1992051ddb7ca777 | |
parent | c843a4765a63098b7cb67a1a38627e39c382d369 [diff] |
Merged revisions 71631 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r71631 | r.david.murray | 2009-04-15 18:33:07 -0400 (Wed, 15 Apr 2009) | 4 lines Fix for issue3440: add warning to subprocess discussion of env parameter that on Windows SystemRoot is required in order to run side-by-side assemblies. ........