Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# 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.
- Loading branch information