• Gregory P. Smith's avatar
    (backport r65459 from trunk) · b4bc9b91
    Gregory P. Smith authored
    - Issue #1857: subprocess.Popen.poll gained an additional _deadstate keyword
      argument in python 2.5, this broke code that subclassed Popen to include its
      own poll method.  Fixed my moving _deadstate to an _internal_poll method.
    b4bc9b91
subprocess.py 43.2 KB