commit | 23790b4be0b6d5af4f79c23fd99e03a1499a1bb5 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Tue Mar 26 17:53:05 2013 +0100 |
committer | Christian Heimes <christian@cheimes.de> | Tue Mar 26 17:53:05 2013 +0100 |
tree | 69827d9b0b1d8f03541fa943517a8eb13d1b0d09 | |
parent | 4b394db41f7d5347e4a4083305bfcda562bc38f8 [diff] [blame] |
Issue 17538: Document XML vulnerabilties
diff --git a/Doc/library/markup.rst b/Doc/library/markup.rst index 6782e39..0d05ef1 100644 --- a/Doc/library/markup.rst +++ b/Doc/library/markup.rst
@@ -25,6 +25,7 @@ htmlparser.rst sgmllib.rst htmllib.rst + xml.rst xml.etree.elementtree.rst xml.dom.rst xml.dom.minidom.rst