commit | b4bc9b9192916ecb98bcb7a25acb579db04dac0d | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Mon Aug 04 00:15:54 2008 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Mon Aug 04 00:15:54 2008 +0000 |
tree | b27b2a67e4218356ba32ed796d2f35b78775ea41 | |
parent | c7af7f36a664f4f413d4b6bb0558632efeaa7824 [diff] |
(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.