diff options
author | Andrés Delfino <adelfino@gmail.com> | 2018-11-07 17:29:14 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2018-11-07 17:29:14 (GMT) |
commit | ca68261c751009b8b4cb82e009b9c928405d5839 (patch) | |
tree | ef2aedaa43ac61496b61c45ac7028a9ba9a926ba /Doc/whatsnew | |
parent | d64991031e4c86ce0331caac16770757511dd025 (diff) | |
download | cpython-ca68261c751009b8b4cb82e009b9c928405d5839.zip cpython-ca68261c751009b8b4cb82e009b9c928405d5839.tar.gz cpython-ca68261c751009b8b4cb82e009b9c928405d5839.tar.bz2 |
Fix markup for xml.sax in 3.8 notes. (GH-9603)
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.8.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst index 7b9a940..74bdba3 100644 --- a/Doc/whatsnew/3.8.rst +++ b/Doc/whatsnew/3.8.rst @@ -244,7 +244,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`.) @@ -454,7 +454,7 @@ Changes in the Python API * :class:`uuid.UUID` now uses ``__slots__``, therefore instances can no longer be weak-referenced and attributes can no longer be added. -* :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`.) |