summaryrefslogtreecommitdiffstats
path: root/Doc/library/xmlrpc.client.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-10-13 15:55:11 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-10-13 15:55:11 (GMT)
commite6798bb55127ef6af93e442027cdf485ea62fd5f (patch)
treefbcbf6c9f1550385c98959a013ec54e85a5cdc1f /Doc/library/xmlrpc.client.rst
parentdfbeb160de829d16d3668dec5bc902a31ad25835 (diff)
parent157da6fdd27ba56ee298f24def28f8093d989580 (diff)
downloadcpython-e6798bb55127ef6af93e442027cdf485ea62fd5f.zip
cpython-e6798bb55127ef6af93e442027cdf485ea62fd5f.tar.gz
cpython-e6798bb55127ef6af93e442027cdf485ea62fd5f.tar.bz2
merge 3.4
Diffstat (limited to 'Doc/library/xmlrpc.client.rst')
-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 6f14227..f05052e 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, \