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 e0ae9dd commit f0a6800Copy full SHA for f0a6800
Doc/library/xml.sax.utils.rst
@@ -25,6 +25,11 @@ or as base classes.
25
replaced with its corresponding value. The characters ``'&'``, ``'<'`` and
26
``'>'`` are always escaped, even if *entities* is provided.
27
28
+ .. note::
29
+
30
+ This function should only be used to escape characters that
31
+ can't be used directly in XML. Do not use this function as a general
32
+ string translation function.
33
34
.. function:: unescape(data, entities={})
35
0 commit comments