]> granicus.if.org Git - python/commit
(backport r65459 from trunk)
authorGregory P. Smith <greg@mad-scientist.com>
Mon, 4 Aug 2008 00:15:54 +0000 (00:15 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Mon, 4 Aug 2008 00:15:54 +0000 (00:15 +0000)
commitb4bc9b9192916ecb98bcb7a25acb579db04dac0d
treeb27b2a67e4218356ba32ed796d2f35b78775ea41
parentc7af7f36a664f4f413d4b6bb0558632efeaa7824
(backport r65459 from trunk)
- 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