diff options
| author | Georg Brandl <georg@python.org> | 2016-02-26 19:16:43 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2016-02-26 19:16:43 +0100 |
| commit | eb73563f48c950389513c695204d4be0808b63d1 (patch) | |
| tree | ade6aa109f6d77e0568efe017819e46dee796f40 | |
| parent | def4ff6a647f00f9a995c2c6f47ad366c8847d66 (diff) | |
| parent | 32fbd3a623581875716bc7679d340db87757c0d3 (diff) | |
| download | cpython-git-eb73563f48c950389513c695204d4be0808b63d1.tar.gz | |
merge with 3.5
| -rw-r--r-- | Doc/library/xmlrpc.server.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/xmlrpc.server.rst b/Doc/library/xmlrpc.server.rst index 37d1393eff..680db41f21 100644 --- a/Doc/library/xmlrpc.server.rst +++ b/Doc/library/xmlrpc.server.rst @@ -18,7 +18,7 @@ servers written in Python. Servers can either be free standing, using .. warning:: - The :mod:`xmlrpc.client` module is not secure against maliciously + The :mod:`xmlrpc.server` module is not secure against maliciously constructed data. If you need to parse untrusted or unauthenticated data see :ref:`xml-vulnerabilities`. |
