mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
bpo-38080: Added "getproxies" to urllib fixes in the 2to3 tool (GH-16167)
This commit is contained in:
parent
64838ce717
commit
276a84a0a6
3 changed files with 7 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ MAPPING = {"urllib": [
|
|||
("urllib.request",
|
||||
["URLopener", "FancyURLopener", "urlretrieve",
|
||||
"_urlopener", "urlopen", "urlcleanup",
|
||||
"pathname2url", "url2pathname"]),
|
||||
"pathname2url", "url2pathname", "getproxies"]),
|
||||
("urllib.parse",
|
||||
["quote", "quote_plus", "unquote", "unquote_plus",
|
||||
"urlencode", "splitattr", "splithost", "splitnport",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue