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 (1,172 stars) (327 forks)batch import
0.19bughelp wanted

Description

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

Contributor guide