]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
- Issue #1857: subprocess.Popen.poll gained an additional _deadstate keyword
authorGregory P. Smith <greg@mad-scientist.com>
Mon, 4 Aug 2008 00:13:29 +0000 (00:13 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Mon, 4 Aug 2008 00:13:29 +0000 (00:13 +0000)
commita36f8fefb00e11c7a46280eba33bf210c34018f4
tree92913e4150b14df0805aa00a323b35c433becc46
parente6bfe80b670a20b1226d94b5e1b3d48d0ec59934
- 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.
Lib/subprocess.py
Misc/NEWS