[Python-checkins] cpython (2.7): Fix XML vulnerability link targets.

benjamin.peterson python-checkins at python.org
Sat Mar 30 15:37:37 CET 2013


http://hg.python.org/cpython/rev/d73d9dbba4d9
changeset:   83017:d73d9dbba4d9
branch:      2.7
user:        Christian Heimes <christian at cheimes.de>
date:        Thu Mar 28 11:42:49 2013 +0100
summary:
  Fix XML vulnerability link targets.

files:
  Doc/library/xml.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/xml.rst b/Doc/library/xml.rst
--- a/Doc/library/xml.rst
+++ b/Doc/library/xml.rst
@@ -124,8 +124,8 @@
 well-definied XML features.
 
 
-.. _defusedxml: <https://pypi.python.org/pypi/defusedxml/>
-.. _defusedexpat: <https://pypi.python.org/pypi/defusedexpat/>
+.. _defusedxml: https://pypi.python.org/pypi/defusedxml/
+.. _defusedexpat: https://pypi.python.org/pypi/defusedexpat/
 .. _Billion Laughs: http://en.wikipedia.org/wiki/Billion_laughs
 .. _ZIP bomb: http://en.wikipedia.org/wiki/Zip_bomb
 .. _DTD: http://en.wikipedia.org/wiki/Document_Type_Definition

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list