- Issue #1857: subprocess.Popen.poll gained an additional _deadstate keyword
commit6af6e45e9148bc21e0aeeaa8d0e64c543c10203e
authorgregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 4 Aug 2008 00:13:29 +0000 (4 00:13 +0000)
committergregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 4 Aug 2008 00:13:29 +0000 (4 00:13 +0000)
treec5344d37cf6aee1ef7a7633b273add7af653d976
parent4ccafedb9d43bcd8a0add6233c9d04b1268e57a5
- 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.

git-svn-id: http://svn.python.org/projects/python/trunk@65459 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/subprocess.py
Misc/NEWS