We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b40e53e + ee5aaf8 commit d5a039aCopy full SHA for d5a039a
certifi/core.py
@@ -26,7 +26,8 @@ def where():
26
27
def old_where():
28
warnings.warn(
29
- "The weak security bundle is being deprecated.",
+ "The weak security bundle is being deprecated. It will be removed in "
30
+ "2018.",
31
DeprecatedBundleWarning
32
)
33
f = os.path.dirname(__file__)
0 commit comments