* morituri/common/task.py:

Failed and done can stay unimplemented.
	  If we read stdout or stderr, reschedule immediately to process
	  all output before considering the possibility the program stopped.
This commit is contained in:
Thomas Vander Stichele
2012-12-04 00:13:25 +00:00
parent 7545829764
commit cec7f71502
2 changed files with 23 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
2012-12-04 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/common/task.py:
Failed and done can stay unimplemented.
If we read stdout or stderr, reschedule immediately to process
all output before considering the possibility the program stopped.
2012-12-04 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/common/config.py: