From 2515ac833b5985c85d13317e0b5ec360f811665b Mon Sep 17 00:00:00 2001 From: Lukas Juhrich Date: Sat, 23 Oct 2021 17:42:04 +0200 Subject: [PATCH] Re-word news entry to hide implementation details --- news/10535.feature.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/news/10535.feature.rst b/news/10535.feature.rst index 37ca23b055b..dae1db157a4 100644 --- a/news/10535.feature.rst +++ b/news/10535.feature.rst @@ -1,2 +1,2 @@ -Catch ``BadZipFile`` errors and re-raise them as ``InvalidWheel`` which -additionally reports wheel name and path. +Catch exception when an invalid wheel is accessed +and provide more information about the culprit in a new stacktrace.