summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2019-04-14 12:35:50 +0200
committerChristian Heimes <christian@python.org>2019-04-14 13:38:12 +0200
commitd1260ab35e53dbb16417f4f6736ab2981f13ddab (patch)
tree05687af9cfa495b4d8a5230c56b3e9d39935a3fe /README.txt
parent94d3be2d43eddc016ebeb813299bcca0484ca2be (diff)
downloaddefusedxml-git-d1260ab35e53dbb16417f4f6736ab2981f13ddab.tar.gz
deprecate defusedxml.lxml
Signed-off-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index 6800dc1..ddfe33f 100644
--- a/README.txt
+++ b/README.txt
@@ -347,6 +347,9 @@ modify the default by changing the module variable `MAX_DATA`. A value of
defusedxml.lxml
---------------
+**DEPRECATED** The module is deprecated and will be removed in a future
+release.
+
The module acts as an *example* how you could protect code that uses
lxml.etree. It implements a custom Element class that filters out
Entity instances, a custom parser factory and a thread local storage for