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
Hello,
Trying to package this module for Mageia, we see this issue.
Is it a problem with the test which is wrong or that really that paths starting with // are no more handled?
The test checks that we can handle URLs with paths starting with //.
However the http.server.BaseHTTPRequestHandler.parse_request() now replaces '//' with '/' so the test should be updated to allow also '/foo' as a path.
The text was updated successfully, but these errors were encountered: