summaryrefslogtreecommitdiff
path: root/HISTORY.rst
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2021-10-03 21:21:43 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2021-10-03 21:21:43 +0200
commit88055533025aa92f8c607e05263fc565f8b929ab (patch)
tree4d4fc0ab8d70b0c3f92ecbc488797a2920f56720 /HISTORY.rst
parent98915102cc97869b8418d38088a1dcb59b931ffe (diff)
downloadpsutil-88055533025aa92f8c607e05263fc565f8b929ab.tar.gz
fix #1919 / Linux: sensors_battery() may raise TypeError on PureOS
Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
Diffstat (limited to 'HISTORY.rst')
-rw-r--r--HISTORY.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index db0e4261..adcaaa45 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -27,6 +27,7 @@ XXXX-XX-XX
- 1904_: [Windows] OpenProcess fails with ERROR_SUCCESS due to GetLastError()
called after sprintf(). (patch by alxchk)
- 1913_: [Linux] wait_procs seemingly ignoring timeout, TimeoutExpired thrown
+- 1919_: [Linux] sensors_battery() can raise TypeError on PureOS.
- 1921_: [Windows] psutil.swap_memory() shows committed memory instead of swap
- 1948_: Process' memoize_when_activated decorator was not thread-safe. (patch
by Xuehai Pan)