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 2013/03/...
  __package__ = 'SCons.compat'
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  2013/03/03 09:48:35 garyo'