Changes for version 0.5 - 2009-05-18
- check for "stderr weirdness" situation and skip tests for now, added TODO for more investigation
- moved 'ignore_handle' logic to after the read to eliminate possibility it'd block (but it's still ignored of course)
- added 'pre_read_print_to_stdin' key
- do locale SIG PIPE to be able to close handles when the command does SIG PIPE to avoid silently killing your script via race (print to command's stdin after it's exited)
Modules
Functions for facilitating some of the most common open3() uses