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
Perhaps that is undesirable and only posix paths should match (as those are all that are allowed in zip file separators). Perhaps PurePosixPath should be used:
Considering the match implementation:
zipp/zipp/__init__.py
Line 347 in 7e8ba95
The use of
pathlib.Path
here means that on Windows, a backslash will match a path separator:Perhaps that is undesirable and only posix paths should match (as those are all that are allowed in zip file separators). Perhaps PurePosixPath should be used:
The text was updated successfully, but these errors were encountered: