mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix Python version since which external enities are not resolved by default. (GH-11237)
This commit is contained in:
parent
92330c0b6d
commit
bf99bcf56c
3 changed files with 3 additions and 3 deletions
|
@ -75,7 +75,7 @@ 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, external general entities are no longer processed by
|
||||
4. Since Python 3.7.1, external general entities are no longer processed by
|
||||
default.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue