summaryrefslogtreecommitdiff
path: root/HISTORY.rst
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2021-10-05 20:24:20 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2021-10-05 20:24:20 +0200
commit5b4ee076dd570454eee99fb41cb09989501220ed (patch)
treef0ff07bc521ff2336ebae362e4183fad950cc84c /HISTORY.rst
parent741c143ea371ef3ecf83254341f443182a9547f1 (diff)
downloadpsutil-5b4ee076dd570454eee99fb41cb09989501220ed.tar.gz
move/rename tests re. to #1955
Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
Diffstat (limited to 'HISTORY.rst')
-rw-r--r--HISTORY.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index ccc5c829..cd27633f 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -35,7 +35,7 @@ XXXX-XX-XX
- 1919_: [Linux] sensors_battery() can raise TypeError on PureOS.
- 1921_: [Windows] psutil.swap_memory() shows committed memory instead of swap
- 1940_: [Linux] psutil does not handle ENAMETOOLONG when accessing process
- file descriptors in procfs
+ file descriptors in procfs. (patch by Nikita Radchenko)
- 1948_: Process' memoize_when_activated decorator was not thread-safe. (patch
by Xuehai Pan)
- 1953_: [Windows] disk_partitions() crashes due to insufficient buffer len.