From: Andrés Delfino Date: Sat, 6 Oct 2018 02:37:14 +0000 (-0300) Subject: Fix markup for xml.sax in 3.7.rst (GH-9604) X-Git-Tag: v3.7.1rc2~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b38ff71501a8653fdc4aff7dee78680008185ab7;p=thirdparty%2FPython%2Fcpython.git Fix markup for xml.sax in 3.7.rst (GH-9604) --- diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst index 87a3ddbf1ecf..4b6fe8a7c944 100644 --- a/Doc/whatsnew/3.7.rst +++ b/Doc/whatsnew/3.7.rst @@ -1586,7 +1586,7 @@ xml --- As mitigation against DTD and external entity retrieval, the -:mod:`xml.dom.minidom` and mod:`xml.sax` modules no longer process +:mod:`xml.dom.minidom` and :mod:`xml.sax` modules no longer process external entities by default. (Contributed by Christian Heimes in :issue:`17239`.)