You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In bpo-41490, we learn that some use-cases expect to be able to remove the underlying zip file hosting a package after extracting contents from it (such as through path()).
In GitLab by @jaraco on Oct 19, 2020, 17:02
In bpo-41490, we learn that some use-cases expect to be able to remove the underlying zip file hosting a package after extracting contents from it (such as through
path()).