From 633d801919400b5c7524a21d19ae03ebed0f1929 Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola Date: Tue, 24 Jan 2023 14:55:11 +0100 Subject: 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 --- HISTORY.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'HISTORY.rst') 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 ===== -- cgit v1.2.1