PythonCharmers/python-future

futurize does not fix urllib.basejoin calls

Open

#383 创建于 2018年10月3日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Python (1,172 star) (327 fork)batch import
0.19bughelp wanted

描述

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

贡献者指南