summaryrefslogtreecommitdiff
path: root/Doc/library/xml.sax.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2018-12-19 15:29:04 +0200
committerGitHub <noreply@github.com>2018-12-19 15:29:04 +0200
commitbf99bcf56c8b4e97b2737f9e751a563b625430ec (patch)
treeeb8f154d14fe43d7dde07e1b25c7b38ace1ce907 /Doc/library/xml.sax.rst
parent92330c0b6d6c253c41a133cc50caea4853c7e311 (diff)
downloadcpython-git-bf99bcf56c8b4e97b2737f9e751a563b625430ec.tar.gz
Fix Python version since which external enities are not resolved by default. (GH-11237)
Diffstat (limited to 'Doc/library/xml.sax.rst')
-rw-r--r--Doc/library/xml.sax.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/xml.sax.rst b/Doc/library/xml.sax.rst
index 0b6973b8c8..6d351dfb4d 100644
--- a/Doc/library/xml.sax.rst
+++ b/Doc/library/xml.sax.rst
@@ -24,7 +24,7 @@ the SAX API.
constructed data. If you need to parse untrusted or unauthenticated data see
:ref:`xml-vulnerabilities`.
-.. versionchanged:: 3.8
+.. versionchanged:: 3.7.1
The SAX parser no longer processes general external entities by default
to increase security. Before, the parser created network connections