From: Andrés Delfino Date: Thu, 27 Sep 2018 15:25:47 +0000 (-0300) Subject: Fix markup for xml.sax entry in 3.7.1 notes (GH-9602) X-Git-Tag: v3.7.1rc2~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=273fc220b25933e443c82af6888eb1871d032fb8;p=thirdparty%2FPython%2Fcpython.git Fix markup for xml.sax entry in 3.7.1 notes (GH-9602) --- diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst index 534b9a07a081..87a3ddbf1ecf 100644 --- a/Doc/whatsnew/3.7.rst +++ b/Doc/whatsnew/3.7.rst @@ -2521,5 +2521,5 @@ In 3.7.1 the C API for Context Variables :ref:`was updated ` to use :c:type:`PyObject` pointers. See also :issue:`34762`. -: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. See also :issue:`17239`.