summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2018-03-24 13:44:24 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2018-03-24 13:44:24 +0100
commit25b87c93d91565b3983f20334827635acbfb5d71 (patch)
tree8b42c4b61555e514b314c06fd490e60042f7773e
parentc689799e2f5b0260a2f46893babd37360826a9fd (diff)
downloadpsutil-1124-win-wait.tar.gz
update HISTORY1124-win-wait
-rw-r--r--HISTORY.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index 443e7928..d0bb4b0a 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -15,7 +15,6 @@ 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
@@ -30,6 +29,7 @@ XXXX-XX-XX
- 1216_: fix compatibility with python 2.6 on Windows (patch by Dan Vinakovsky)
- 1222_: [Linux] Process.memory_full_info() was erroneously summing "Swap:" and
"SwapPss:". Same for "Pss:" and "SwapPss". Not anymore.
+- 1224_: [Windows] Process.wait() may erroneously raise TimeoutExpired.
- 1238_: [Linux] sensors_battery() may return None in case battery is not
listed as "BAT0" under /sys/class/power_supply.
- 1240_: [Windows] cpu_times() float loses accuracy in a long running system.