diff options
author | Christian Heimes <christian@python.org> | 2019-04-14 12:35:50 +0200 |
---|---|---|
committer | Christian Heimes <christian@python.org> | 2019-04-14 13:38:12 +0200 |
commit | d1260ab35e53dbb16417f4f6736ab2981f13ddab (patch) | |
tree | 05687af9cfa495b4d8a5230c56b3e9d39935a3fe /README.txt | |
parent | 94d3be2d43eddc016ebeb813299bcca0484ca2be (diff) | |
download | defusedxml-git-d1260ab35e53dbb16417f4f6736ab2981f13ddab.tar.gz |
deprecate defusedxml.lxml
Signed-off-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |