Issue 2332: Convert from using StringIO.StringIO class to using the
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 7 Apr 2010 13:16:57 +0000 (13:16 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 7 Apr 2010 13:16:57 +0000 (13:16 +0000)
commitb964fdcdc026256c0569d12273373cbea6098eea
tree4d16f888d6f0de67d3dba1341b768df17d852b44
parent02aa41bfe24e07ea57926f381612689a184b428a
Issue 2332:  Convert from using StringIO.StringIO class to using the
forward-compatible io.StringIO class, with the addition of an "io"
compatibility module for Python versions before 2.6.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@4774 fdb21ef1-2011-0410-befe-b5e4ea1792b1
16 files changed:
src/engine/MANIFEST.in
src/engine/SCons/Action.py
src/engine/SCons/ActionTests.py
src/engine/SCons/BuilderTests.py
src/engine/SCons/Environment.py
src/engine/SCons/EnvironmentTests.py
src/engine/SCons/Node/FS.py
src/engine/SCons/Node/FSTests.py
src/engine/SCons/SConf.py
src/engine/SCons/SConfTests.py
src/engine/SCons/Taskmaster.py
src/engine/SCons/TaskmasterTests.py
src/engine/SCons/Util.py
src/engine/SCons/UtilTests.py
src/engine/SCons/compat/__init__.py
src/engine/SCons/compat/_scons_io.py [new file with mode: 0644]