[psutil] r1264 committed - Edited wiki page Documentation through web user interface.

0 views
Skip to first unread message

psu...@googlecode.com

unread,
Feb 11, 2012, 8:22:53 AM2/11/12
to psutil-...@googlegroups.com
Revision: 1264
Author: g.ro...@gmail.com
Date: Sat Feb 11 05:22:13 2012
Log: Edited wiki page Documentation through web user interface.
http://code.google.com/p/psutil/source/detail?r=1264

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()`.

Reply all
Reply to author
Forward
0 new messages