@@ -223,10 +223,10 @@ XMLParser Objects
223223   Calling ``SetReparseDeferralEnabled(True) `` allows re-enabling reparse
224224   deferral.
225225
226-    Note that  :meth: `SetReparseDeferralEnabled ` has been backported to some 
227-    prior releases of CPython as a security fix.  Check for availability of 
228-    :meth: ` SetReparseDeferralEnabled `  using :func: `hasattr ` if used in code
229-    running  across a variety of Python versions.
226+    :meth: `! SetReparseDeferralEnabled
227+    has been backported to some  prior releases of CPython as a security fix.
228+    Check for availability  using :func: `hasattr ` if used in code running 
229+    across a variety of Python versions.
230230
231231   .. versionadded :: 3.13 
232232
@@ -257,6 +257,11 @@ against some common XML vulnerabilities.
257257   The corresponding :attr: `~ExpatError.lineno ` and :attr: `~ExpatError.offset `
258258   should not be used as they may have no special meaning.
259259
260+    :meth: `!SetBillionLaughsAttackProtectionActivationThreshold `
261+    has been backported to some prior releases of CPython as a security fix.
262+    Check for availability using :func: `hasattr ` if used in code running
263+    across a variety of Python versions.
264+ 
260265   .. note ::
261266
262267      Activation thresholds below 4 MiB are known to break support for DITA 1.3
@@ -288,6 +293,11 @@ against some common XML vulnerabilities.
288293   The corresponding :attr: `~ExpatError.lineno ` and :attr: `~ExpatError.offset `
289294   should not be used as they may have no special meaning.
290295
296+    :meth: `!SetBillionLaughsAttackProtectionMaximumAmplification `
297+    has been backported to some prior releases of CPython as a security fix.
298+    Check for availability using :func: `hasattr ` if used in code running
299+    across a variety of Python versions.
300+ 
291301   .. note ::
292302
293303      The maximum amplification factor is only considered if the threshold
@@ -309,6 +319,11 @@ against some common XML vulnerabilities.
309319   The corresponding :attr: `~ExpatError.lineno ` and :attr: `~ExpatError.offset `
310320   should not be used as they may have no special meaning.
311321
322+    :meth: `!SetAllocTrackerActivationThreshold `
323+    has been backported to some prior releases of CPython as a security fix.
324+    Check for availability using :func: `hasattr ` if used in code running
325+    across a variety of Python versions.
326+ 
312327   .. versionadded :: next 
313328
314329.. method :: xmlparser.SetAllocTrackerMaximumAmplification(max_factor, /) 
@@ -334,6 +349,11 @@ against some common XML vulnerabilities.
334349   The corresponding :attr: `~ExpatError.lineno ` and :attr: `~ExpatError.offset `
335350   should not be used as they may have no special meaning.
336351
352+    :meth: `!SetAllocTrackerMaximumAmplification `
353+    has been backported to some prior releases of CPython as a security fix.
354+    Check for availability using :func: `hasattr ` if used in code running
355+    across a variety of Python versions.
356+ 
337357   .. note ::
338358
339359      The maximum amplification factor is only considered if the threshold
0 commit comments