From 6d0612da3151ed306b7aa8b0448b6feda7ceadb6 Mon Sep 17 00:00:00 2001 From: Lukas Juhrich Date: Sat, 23 Oct 2021 18:23:56 +0200 Subject: [PATCH] # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # On branch main # Your branch is behind 'origin/main' by 1 commit, and can be fast-forwarded. # (use "git pull" to update your local branch) # # Changes to be committed: # modified: news/10535.feature.rst # # Changes not staged for commit: # modified: news/10535.feature.rst # # ------------------------ >8 ------------------------ # Do not modify or remove the line above. # Everything below it will be ignored. diff --git a/news/10535.feature.rst b/news/10535.feature.rst index 37ca23b05..4476eaaa5 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. --- 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..4476eaaa5c1 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.