From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Thu, 6 Feb 2025 10:40:43 +0000 (+0000) Subject: _markupbase.py: Use a permalink for the analysis of MS-Word extensions (GH-129017) X-Git-Tag: v3.14.0a5~95 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a64e0a553b7a3a7d6270414546400e6dd26dd95c;p=thirdparty%2FPython%2Fcpython.git _markupbase.py: Use a permalink for the analysis of MS-Word extensions (GH-129017) Update _markupbase.py --- diff --git a/Lib/_markupbase.py b/Lib/_markupbase.py index 3ad7e279960f..614f0cd16ddb 100644 --- a/Lib/_markupbase.py +++ b/Lib/_markupbase.py @@ -13,7 +13,7 @@ _commentclose = re.compile(r'--\s*>') _markedsectionclose = re.compile(r']\s*]\s*>') # An analysis of the MS-Word extensions is available at -# http://www.planetpublish.com/xmlarena/xap/Thursday/WordtoXML.pdf +# http://web.archive.org/web/20060321153828/http://www.planetpublish.com/xmlarena/xap/Thursday/WordtoXML.pdf _msmarkedsectionclose = re.compile(r']\s*>')