PythonCharmers/python-future

futurize does not fix urllib.basejoin calls

Open

#383 opened on Oct 3, 2018

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Python (327 forks)batch import
0.19bughelp wanted

Repository metrics

Stars
 (1,172 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

futurize left my urllib.basejoin() calls in place, in stead of replacing them with urllib.parse.urljoin() calls.

Contributor guide