Staging
v0.5.1
https://github.com/python/cpython
Revision b4bc9b9192916ecb98bcb7a25acb579db04dac0d authored by Gregory P. Smith on 04 August 2008, 00:15:54 UTC, committed by Gregory P. Smith on 04 August 2008, 00:15:54 UTC
- 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.
1 parent c7af7f3
History
Tip revision: b4bc9b9192916ecb98bcb7a25acb579db04dac0d authored by Gregory P. Smith on 04 August 2008, 00:15:54 UTC
(backport r65459 from trunk)
Tip revision: b4bc9b9
File Mode Size
Grammar -rw-r--r-- 5.8 KB

back to top