Package SCons :: Package compat :: Module _scons_io
[hide private]
[frames] | no frames]

Module _scons_io

source code


io compatibility module for older (pre-2.6) Python versions

This does not not NOT (repeat, *NOT*) provide complete io
functionality.  It only wraps the portions of io functionality used
by SCons, in an interface that looks enough like io for our purposes.



Variables [hide private]
  __doc__ = ...
  __revision__ = 'src/engine/SCons/compat/_scons_io.py 5023 2010...
Variables Details [hide private]

__doc__

Value:
"""
io compatibility module for older (pre-2.6) Python versions

This does not not NOT (repeat, *NOT*) provide complete io
functionality.  It only wraps the portions of io functionality used
by SCons, in an interface that looks enough like io for our purposes.
"""

__revision__

Value:
'src/engine/SCons/compat/_scons_io.py 5023 2010/06/14 22:05:46 scons'