https://github.com/python/cpython/commit/a64e0a553b7a3a7d6270414546400e6dd26dd95c commit: a64e0a553b7a3a7d6270414546400e6dd26dd95c branch: main author: Stan Ulbrych <[email protected]> committer: encukou <[email protected]> date: 2025-02-06T11:40:43+01:00 summary:
_markupbase.py: Use a permalink for the analysis of MS-Word extensions (GH-129017) Update _markupbase.py files: M Lib/_markupbase.py diff --git a/Lib/_markupbase.py b/Lib/_markupbase.py index 3ad7e279960f7e..614f0cd16ddb44 100644 --- a/Lib/_markupbase.py +++ b/Lib/_markupbase.py @@ -13,7 +13,7 @@ _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*>') _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
