summaryrefslogtreecommitdiff
path: root/src/urllib3/util
diff options
context:
space:
mode:
authorRatan Kulshreshtha <10801618+RatanShreshtha@users.noreply.github.com>2021-10-20 13:20:14 +0530
committerGitHub <noreply@github.com>2021-10-20 11:50:14 +0400
commit9ad58f60f9d5e755a8a54cb77b3b54ee3a98569f (patch)
treef5edc75d0ce799a95e09b7ff94eca059c3d5c928 /src/urllib3/util
parent16b43d54792ca62473143603385f1bfb534daf4f (diff)
downloadurllib3-9ad58f60f9d5e755a8a54cb77b3b54ee3a98569f.tar.gz
Add missing links in advance usage section (#2446)
Co-authored-by: Ratan Kulshreshtha <ratan.kulshreshtha@inmobi.com>
Diffstat (limited to 'src/urllib3/util')
-rw-r--r--src/urllib3/util/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/urllib3/util/__init__.py b/src/urllib3/util/__init__.py
index 6db667e8..d5df60f6 100644
--- a/src/urllib3/util/__init__.py
+++ b/src/urllib3/util/__init__.py
@@ -10,6 +10,7 @@ from .ssl_ import (
IS_SECURETRANSPORT,
SSLContext,
assert_fingerprint,
+ create_urllib3_context,
resolve_cert_reqs,
resolve_ssl_version,
ssl_wrap_socket,
@@ -28,6 +29,7 @@ __all__ = (
"Timeout",
"Url",
"assert_fingerprint",
+ "create_urllib3_context",
"is_connection_dropped",
"is_fp_closed",
"parse_url",