From b38ff71501a8653fdc4aff7dee78680008185ab7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9s=20Delfino?= Date: Fri, 5 Oct 2018 23:37:14 -0300 Subject: [PATCH] Fix markup for xml.sax in 3.7.rst (GH-9604) --- Doc/whatsnew/3.7.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.) -- 2.47.3