summaryrefslogtreecommitdiffstats
path: root/Doc/library/httplib.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-04-27 15:29:09 (GMT)
committerGeorg Brandl <georg@python.org>2009-04-27 15:29:09 (GMT)
commit16a57f6a343d7bacd85e79c3edb64cd832d8a9ac (patch)
treec277aed5347aa94a08a6b6742f31f56efbc56948 /Doc/library/httplib.rst
parentd91f8cf779d9ac4c34e3a47a5a6cfe698874c5dd (diff)
downloadcpython-16a57f6a343d7bacd85e79c3edb64cd832d8a9ac.zip
cpython-16a57f6a343d7bacd85e79c3edb64cd832d8a9ac.tar.gz
cpython-16a57f6a343d7bacd85e79c3edb64cd832d8a9ac.tar.bz2
Demote warnings to notices where appropriate, following the goal that as few "red box" warnings
should clutter the docs as possible. Part 1: stuff that gets merged to Py3k.
Diffstat (limited to 'Doc/library/httplib.rst')
-rw-r--r--Doc/library/httplib.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/httplib.rst b/Doc/library/httplib.rst
index 874fd54..e48c95c 100644
--- a/Doc/library/httplib.rst
+++ b/Doc/library/httplib.rst
@@ -68,9 +68,9 @@ The module provides the following classes:
formatted file that contains your private key. *cert_file* is a PEM formatted
certificate chain file.
- .. warning::
+ .. note::
- This does not do any certificate verification!
+ This does not do any certificate verification.
.. versionadded:: 2.0