mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-15 08:17:07 +08:00
Add urllib3.contrib.socks; improve urllib3.connectionpool (#8457)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
1
stubs/urllib3/@tests/requirements-stubtest.txt
Normal file
1
stubs/urllib3/@tests/requirements-stubtest.txt
Normal file
@@ -0,0 +1 @@
|
||||
PySocks>=1.5.6,<2.0,!=1.5.7
|
||||
@@ -1,3 +1,5 @@
|
||||
# TODO: remove ResponseCls ignore when https://github.com/python/mypy/issues/13316 is closed
|
||||
urllib3.HTTPConnectionPool.ResponseCls
|
||||
urllib3.HTTPConnectionPool.__init__
|
||||
urllib3.HTTPConnectionPool.urlopen
|
||||
urllib3.HTTPSConnectionPool.__init__
|
||||
@@ -17,6 +19,8 @@ urllib3.connection.VerifiedHTTPSConnection.__init__
|
||||
urllib3.connection.VerifiedHTTPSConnection.set_cert
|
||||
urllib3.connectionpool.ConnectionError
|
||||
urllib3.connectionpool.HTTPConnection.request
|
||||
# TODO: remove ResponseCls ignore when https://github.com/python/mypy/issues/13316 is closed
|
||||
urllib3.connectionpool.HTTPConnectionPool.ResponseCls
|
||||
urllib3.connectionpool.HTTPConnectionPool.__init__
|
||||
urllib3.connectionpool.HTTPConnectionPool.urlopen
|
||||
urllib3.connectionpool.HTTPSConnection.__init__
|
||||
|
||||
Reference in New Issue
Block a user