]> git.llucax.com Git - software/pymin.git/commit
Change ProcessInfo.running to a read-only property.
authorLeandro Lucarella <llucax@gmail.com>
Sat, 17 May 2008 05:08:43 +0000 (02:08 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Wed, 21 May 2008 16:01:56 +0000 (13:01 -0300)
commit4de8ac8cb2dc9d60d6e80687e0b41dac2ba95001
treed59c964ed03d89efba4aff7428b90fe785a14382
parent2f68311579c5a7179c2e6d2202034a1e7d8fff2a
Change ProcessInfo.running to a read-only property.

It's dumb to duplicate that state when it can be more reliably obtained
using Popen.poll().

Add some checks to the testcase too.
pymin/procman.py