• Gregory P. Smith's avatar
    bpo-33319: Clarify subprocess call docs. (GH-12508) · 7a2e84c3
    Gregory P. Smith yazdı
    Clarify capturing or suppressing stdout and stderr on the old call APIs.
    
    Do not state that they are equivalent to run() calls when they are not implemented using run as that was misleading. Unlike run they cannot handle stdout or stderr being set to PIPE without a risk of deadlock.
    7a2e84c3
subprocess.rst 49.6 KB