• Charles Ferguson's avatar
    Add returncode property; fix iteration terminating early. · 49590b90
    Charles Ferguson authored
    The returncode is a useful property to be able to pull out.
    The iteration would terminate early if the process had already exited
    by the time that the call was made. We now follow the documentation
    and return the results until the buffer is empty.
    49590b90
streamedinput.py 16.2 KB