summaryrefslogtreecommitdiff
path: root/HISTORY.rst
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2023-01-24 14:55:11 +0100
committerGitHub <noreply@github.com>2023-01-24 14:55:11 +0100
commit633d801919400b5c7524a21d19ae03ebed0f1929 (patch)
treeb05305e2d201d8866fabd822cdda432256b2520a /HISTORY.rst
parent2312057d267c85185e5f49eb86bb6f90bd9ab206 (diff)
downloadpsutil-633d801919400b5c7524a21d19ae03ebed0f1929.tar.gz
Clearer tracebacks in case of chained exceptions (#2196)
In case of exception, display a cleaner error traceback by hiding the `KeyError` bit deriving from a missed cache hit. Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
Diffstat (limited to 'HISTORY.rst')
-rw-r--r--HISTORY.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index f439e48e..b200cb3d 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -3,8 +3,18 @@
5.9.5 (IN DEVELOPMENT)
======================
+**Enhancements**
+
+- 2196_: in case of exception, display a cleaner error traceback by hiding the
+ `KeyError` bit deriving from a missed cache hit.
+
+**Bug fixes**
+
- 2164_, [Linux]: compilation fails on kernels < 2.6.27 (e.g. CentOS 5).
- 2186_, [FreeBSD]: compilation fails with Clang 15. (patch by Po-Chuan Hsieh)
+- 2191_, [Linux]: `disk_partitions()`_: do not unnecessarily read
+ /proc/filesystems and raise `AccessDenied`_ unless user specified `all=False`
+ argument.
5.9.4
=====