Simplified implementation of saving.SaveFilter by using the new
commit01a036ff09bc7c283a89b23c7e24d7a33d7a4ed7
authorThomas Leonard <talex5@gmail.com>
Fri, 31 Oct 2003 13:22:54 +0000 (31 13:22 +0000)
committerThomas Leonard <talex5@gmail.com>
Fri, 31 Oct 2003 13:22:54 +0000 (31 13:22 +0000)
treeede4572b5f6ae5ef892dbdc6fa670359a860ea77
parentb371d637dabdb6a651e261d7a4981f225dcdd9ae
Simplified implementation of saving.SaveFilter by using the new
processes.PipeThroughCommand class. The child_run() method of SaveFilter
is no longer supported.
In processes.PipeThroughCommand, a None input stream gets /dev/null instead
of inheriting its parent's stream. The class has a new run_child_with_streams
to make overriding the behaviour easier.

git-svn-id: https://rox.svn.sourceforge.net/svnroot/rox/trunk/ROX-Lib2@3211 66de3db3-b00d-0410-b41b-f4738ad19bea
Help/Changes
python/rox/processes.py
python/rox/saving.py