summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2018-03-24 13:40:01 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2018-03-24 13:40:01 +0100
commitc689799e2f5b0260a2f46893babd37360826a9fd (patch)
tree1e018267aaf2cdfa7a2261ab43aed16a19331030
parentbfa1114913f15bfdba42be1fd62eaa471b41b924 (diff)
downloadpsutil-c689799e2f5b0260a2f46893babd37360826a9fd.tar.gz
update HISTORY
-rw-r--r--HISTORY.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index 5279f203..443e7928 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -15,6 +15,7 @@ XXXX-XX-XX
- 694_: [SunOS] cmdline() could be truncated at the 15th character when
reading it from /proc. An extra effort is made by reading it from process
address space first. (patch by Georg Sauthoff)
+- 1124_: [Windows] Process.wait() may erroneously raise TimeoutExpired.
- 1193_: [SunOS] Return uid/gid from /proc/pid/psinfo if there aren't
enough permissions for /proc/pid/cred. (patch by Georg Sauthoff)
- 1194_: [SunOS] Return nice value from psinfo as getpriority() doesn't