Skip to content

Commit c8d9afb

Browse files
committed
Try to point to configure argument --with-system-expat directly
General idea by @vstinner
1 parent 10b2988 commit c8d9afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/xml.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Expat versions lower than 2.7.2 may be vulnerable to "billion laughs",
6666
"quadratic blowup" and "large tokens" or disproportional use of dynamic memory.
6767
Python bundles a copy of Expat, and whether the bundled or a system-wide Expat
6868
is being used by Python, depends on how the Python interpreter
69-
:doc:`has been configured <../using/configure>` in your environment.
69+
:option:`has been configured <--with-system-expat>` in your environment.
7070
Python may be vulnerable if it uses such older versions of Expat.
7171
Check :const:`!pyexpat.EXPAT_VERSION`.
7272

0 commit comments

Comments
 (0)