File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -223,10 +223,14 @@ 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+ .. note ::
227+
228+ :meth: `SetReparseDeferralEnabled `
229+ has been backported to some prior releases of CPython as a security fix.
230+ Check for availability of
231+ :meth: `SetReparseDeferralEnabled `
232+ using :func: `hasattr ` if used in code running across a variety of Python
233+ versions.
230234
231235 .. versionadded :: 3.13
232236
You can’t perform that action at this time.
0 commit comments