Skip to content

Commit 4a26d9d

Browse files
committed
Restore XML note
1 parent 9c656d3 commit 4a26d9d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Doc/library/xml.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ XML Processing Modules
1515

1616
Python's interfaces for processing XML are grouped in the ``xml`` package.
1717

18+
.. note::
19+
20+
If you need to parse untrusted or unauthenticated data, see
21+
:ref:`xml-security`.
22+
1823
It is important to note that modules in the :mod:`xml` package require that
1924
there be at least one SAX-compliant XML parser available. The Expat parser is
2025
included with Python, so the :mod:`xml.parsers.expat` module will always be

0 commit comments

Comments
 (0)