summaryrefslogtreecommitdiff
path: root/HISTORY.rst
diff options
context:
space:
mode:
authorPablo Baeyens <pbaeyens31+github@gmail.com>2021-08-05 15:54:39 +0200
committerGitHub <noreply@github.com>2021-08-05 15:54:39 +0200
commit5a76cfadcabf37f65f0d70e4c5b7493478b53c2c (patch)
treebaa731fef0def3592b643f2ec9f86f7942c01c2c /HISTORY.rst
parent12994a739dbeae7a4e7273cb742ca9270e168763 (diff)
downloadpsutil-5a76cfadcabf37f65f0d70e4c5b7493478b53c2c.tar.gz
[Windows] Reset `mp_flag` after each drive on `psutil.disk_partitions()` (#1961)
Diffstat (limited to 'HISTORY.rst')
-rw-r--r--HISTORY.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index 82e5e782..4058d660 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -25,6 +25,8 @@ XXXX-XX-XX
- 1921_: [Windows] psutil.swap_memory() shows committed memory instead of swap
- 1953_: [Windows] disk_partitions() crashes due to insufficient buffer len.
(patch by MaWe2019)
+- 1598_: [Windows] psutil.disk_partitions() only returns mountpoints on drives
+ where it first finds one
5.8.0
=====