summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2017-05-30 12:06:17 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2017-05-30 12:06:17 +0200
commit1cbd905ded0a8aab0fd842aeb1c6479f5aacc227 (patch)
tree437268a666203f0594cb16dfc44c5a3e6def6013
parent70fff514f12c7f2789e5d8e26140a274dc64f841 (diff)
downloadpsutil-1cbd905ded0a8aab0fd842aeb1c6479f5aacc227.tar.gz
update HISTORY
-rw-r--r--HISTORY.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index 99cb6f89..625f918d 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -75,6 +75,8 @@
- 1087_: Process.cpu_percent() guard against cpu_count() returning None and
assumes 1 instead.
- 1093_: [SunOS] memory_maps() shows wrong 64 bit addresses.
+- 1094_: [Windows] psutil.pid_exists() may lie. Also, all process APIs relying
+ on OpenProcess Windows API now check whether the PID is actually running.
- 1098_: [Windows] Process.wait() may erroneously return sooner, when the PID
is still alive.