Modified:
/wiki/Documentation.wiki
=======================================
--- /wiki/Documentation.wiki Fri Dec 23 14:00:33 2011
+++ /wiki/Documentation.wiki Sat Feb 11 05:22:13 2012
@@ -198,7 +198,7 @@
_*Changed in 0.2.1:* OSX implementation rewritten in C; no longer
requiring lsof._<br>
_*Changed in 0.4.0:* added 'kind' parameter._
- * *is_running*<font size="3">*`()`*</font><br>Return whether the current
process is running in the current process list.
+ * *is_running*<font size="3">*`()`*</font><br>Return whether the current
process is running in the current process list. This is reliable also in
case the process is gone and its PID reused, therefore it must be preferred
over doing `psutil.pid_exists(p.pid)`.
* *send_signal*<font size="3">*`(`*</font>_signal_<font
size="3">*`)`*</font><br>Send a signal to process (see
[http://docs.python.org/library/signal.html signal module] constants). On
Windows only `SIGTERM` is valid and is treated as an alias for `kill()`.