mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-20 10:02:51 +08:00
complete urllib (#241)
This commit is contained in:
committed by
Guido van Rossum
parent
a32d8a9da6
commit
2b776cfb4e
2
third_party/3/six/moves/urllib/request.pyi
vendored
2
third_party/3/six/moves/urllib/request.pyi
vendored
@@ -37,4 +37,4 @@ from urllib.request import build_opener as build_opener
|
||||
# from urllib.request import urlcleanup as urlcleanup
|
||||
# from urllib.request import URLopener as URLopener
|
||||
# from urllib.request import FancyURLopener as FancyURLopener
|
||||
from urllib.request import proxy_bypass as proxy_bypass
|
||||
# from urllib.request import proxy_bypass as proxy_bypass
|
||||
|
||||
8
third_party/3/six/moves/urllib/response.pyi
vendored
8
third_party/3/six/moves/urllib/response.pyi
vendored
@@ -1,9 +1 @@
|
||||
# Generated by stubtool 0.1, DO NOT EDIT
|
||||
# See https://github.com/o11c/stubtool
|
||||
#
|
||||
# Stubs for six.moves.urllib.response (Python 3.2)
|
||||
|
||||
from urllib.response import addbase as addbase
|
||||
from urllib.response import addclosehook as addclosehook
|
||||
from urllib.response import addinfo as addinfo
|
||||
from urllib.response import addinfourl as addinfourl
|
||||
|
||||
12
third_party/3/six/moves/urllib_response.pyi
vendored
12
third_party/3/six/moves/urllib_response.pyi
vendored
@@ -1,11 +1 @@
|
||||
# Generated by stubtool 0.1, DO NOT EDIT
|
||||
# See https://github.com/o11c/stubtool
|
||||
#
|
||||
# Stubs for six.moves.urllib_response (Python 3.2)
|
||||
|
||||
from six.moves.urllib.response import (
|
||||
addbase as addbase,
|
||||
addclosehook as addclosehook,
|
||||
addinfo as addinfo,
|
||||
addinfourl as addinfourl,
|
||||
)
|
||||
from six.moves.urllib.response import addinfourl as addinfourl
|
||||
|
||||
Reference in New Issue
Block a user