[Python-checkins] [3.7] Removed dangling `since Python` at the end of library/xml.rst. (GH-11201) (GH-11231)

Miss Islington (bot) webhook-mailer at python.org
Fri Dec 21 13:22:22 EST 2018


https://github.com/python/cpython/commit/aa7922ae794c0e1e261d2bb450bb6cedc46d305a
commit: aa7922ae794c0e1e261d2bb450bb6cedc46d305a
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2018-12-21T10:22:17-08:00
summary:

[3.7] Removed dangling `since Python` at the end of library/xml.rst. (GH-11201) (GH-11231)



(cherry picked from commit 82d73554e4764350bfd8f13957c5e024ac95c4af)


Co-authored-by: Jules Lasne (jlasne) <jlasne at student.42.fr>

files:
M Doc/library/xml.rst

diff --git a/Doc/library/xml.rst b/Doc/library/xml.rst
index 9b8ba6b17c85..fb86b6f5564d 100644
--- a/Doc/library/xml.rst
+++ b/Doc/library/xml.rst
@@ -75,8 +75,8 @@ decompression bomb         Safe             Safe              Safe             S
 2. :mod:`xml.dom.minidom` doesn't expand external entities and simply returns
    the unexpanded entity verbatim.
 3. :mod:`xmlrpclib` doesn't expand external entities and omits them.
-4. Since Python 3.8.0, external general entities are no longer processed by
-   default since Python.
+4. Since Python 3.7.1, external general entities are no longer processed by
+   default.
 
 
 billion laughs / exponential entity expansion



More information about the Python-checkins mailing list