diff options
Diffstat (limited to 'Doc')
| -rw-r--r-- | Doc/library/pyexpat.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/pyexpat.rst b/Doc/library/pyexpat.rst index 034cac8..6585451 100644 --- a/Doc/library/pyexpat.rst +++ b/Doc/library/pyexpat.rst @@ -255,7 +255,7 @@ common XML vulnerabilities. The corresponding :attr:`~ExpatError.lineno` and :attr:`~ExpatError.offset` should not be used as they may have no special meaning. - .. versionadded:: next + .. versionadded:: 3.11.15 .. method:: xmlparser.SetAllocTrackerMaximumAmplification(max_factor, /) @@ -285,7 +285,7 @@ common XML vulnerabilities. that can be adjusted by :meth:`.SetAllocTrackerActivationThreshold` is exceeded. - .. versionadded:: next + .. versionadded:: 3.11.15 :class:`xmlparser` objects have the following attributes: |
