Commit 845a8929 authored by Benjamin Peterson's avatar Benjamin Peterson

merge 3.3

parents ea831658 f55c20ef
...@@ -27,6 +27,11 @@ between conformable Python objects and XML on the wire. ...@@ -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 constructed data. If you need to parse untrusted or unauthenticated data see
:ref:`xml-vulnerabilities`. :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, \ .. class:: ServerProxy(uri, transport=None, encoding=None, verbose=False, \
allow_none=False, use_datetime=False, \ allow_none=False, use_datetime=False, \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment