[Python-checkins] cpython (3.2): Fix XML vulnerability link references.

georg.brandl python-checkins at python.org
Sat Apr 6 16:44:14 CEST 2013


http://hg.python.org/cpython/rev/1ee605e0502b
changeset:   83129:1ee605e0502b
branch:      3.2
user:        Georg Brandl <georg at python.org>
date:        Thu Mar 28 09:02:18 2013 +0100
summary:
  Fix XML vulnerability link references.

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