summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-10-13 15:50:37 -0400
committerBenjamin Peterson <benjamin@python.org>2014-10-13 15:50:37 -0400
commit778eb34b295acfe6be122902b23b0ea573cae5d2 (patch)
tree54b15d1058b55a7d692a684b0d5500c6f1e32119 /Doc
parentafae2df730da719c8940192cdd32615c32b72bdf (diff)
parent1c93ce8a4ef8c6a59abe4448e451b9f60a101ad1 (diff)
downloadcpython-778eb34b295acfe6be122902b23b0ea573cae5d2.tar.gz
merge heads
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/xmlrpc.client.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/xmlrpc.client.rst b/Doc/library/xmlrpc.client.rst
index 3cb19d1862..6471ba2f2e 100644
--- a/Doc/library/xmlrpc.client.rst
+++ b/Doc/library/xmlrpc.client.rst
@@ -27,6 +27,11 @@ between conformable Python objects and XML on the wire.
constructed data. If you need to parse untrusted or unauthenticated data see
:ref:`xml-vulnerabilities`.
+.. warning::
+
+ In the case of https URIS, :mod:`xmlrpc.client` does not do any verification
+ of the server's certificate.
+
.. class:: ServerProxy(uri, transport=None, encoding=None, verbose=False, \
allow_none=False, use_datetime=False, \