summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2018-12-13 16:27:44 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2018-12-13 16:27:44 +0100
commit495bb454d12f72f00ea86a5cad196425e3ae2a78 (patch)
treed32c1bd99ce09e7fe090ea71d81e7804bb84747c
parent2cdf81db322822ba8fb23ed67523aacb6539da95 (diff)
downloadpsutil-495bb454d12f72f00ea86a5cad196425e3ae2a78.tar.gz
pdate HISTORY
-rw-r--r--HISTORY.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index 59bf9f67..50c83906 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -20,6 +20,8 @@ XXXX-XX-XX
EccoTheFlintstone)
- 1370_: [Windows] improper usage of CloseHandle() may lead to override the
original error code when raising an exception.
+- 1373_: incorrect handling of cache in Process.oneshot() context causes
+ Process instances to return incorrect results.
- 1376_: [Windows] OpenProcess() now uses PROCESS_QUERY_LIMITED_INFORMATION
access rights wherever possible, resulting in less AccessDenied exceptions
being thrown for system processes.