Merged revisions 85101 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85101 | antoine.pitrou | 2010-09-29 13:24:21 +0200 (mer., 29 sept. 2010) | 3 lines
Issue #9983: warn that urllib and httplib don't perform SSL certificate validation.
........
diff --git a/Doc/library/httplib.rst b/Doc/library/httplib.rst
index 58a59a8..436857c 100644
--- a/Doc/library/httplib.rst
+++ b/Doc/library/httplib.rst
@@ -73,9 +73,8 @@
formatted file that contains your private key. *cert_file* is a PEM formatted
certificate chain file.
- .. note::
-
- This does not do any certificate verification.
+ .. warning::
+ This does not do any verification of the server's certificate.
.. versionadded:: 2.0