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
Use `urllib.parse.quote()` rather than `urllib.request.pathname2url()` to
generate expected URLs in tests for `path_to_url()`. This makes
expectations a little more explicit.
(The implementation of `path_to_url()` itself calls `pathname2url()`, and
so we were marking our own homework!)
Also stop relying on urllib to transform Windows drive letters to
uppercase (as this behaviour was removed in 3.14).
0 commit comments