The design - scons.1086193.n5.nabble.com

The core of the design is for Parts to override the “SPAWN” object in SCons to allow us to use SubProcess to grab the stderr and stdout streams, as well as map the python sys.stdout and sys.stderr. Parts then take this data and map it back to the sys.__stdout and sys.__stderr. ................
................