We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c656d3 commit 4a26d9dCopy full SHA for 4a26d9d
1 file changed
Doc/library/xml.rst
@@ -15,6 +15,11 @@ XML Processing Modules
15
16
Python's interfaces for processing XML are grouped in the ``xml`` package.
17
18
+.. note::
19
+
20
+ If you need to parse untrusted or unauthenticated data, see
21
+ :ref:`xml-security`.
22
23
It is important to note that modules in the :mod:`xml` package require that
24
there be at least one SAX-compliant XML parser available. The Expat parser is
25
included with Python, so the :mod:`xml.parsers.expat` module will always be
0 commit comments