File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,11 @@ The :mod:`xml.parsers.expat` module contains two functions:
120120XMLParser Objects
121121-----------------
122122
123+ .. class :: xmlparser
124+
125+ The type of an Expat XML parser created by :func: `ParserCreate `.
126+
127+
123128:class: `xmlparser ` objects have the following methods:
124129
125130
Original file line number Diff line number Diff line change @@ -545,7 +545,7 @@ xml.parsers.expat
545545
546546* Add :func: `~xml.parsers.expat.xmlparser.SetAllocTrackerActivationThreshold `
547547 and :func: `~xml.parsers.expat.xmlparser.SetAllocTrackerMaximumAmplification `
548- to :ref: ` xmlparser < xmlparser-objects > ` objects to prevent use of
548+ to :class: ` ~xml.parsers.expat. xmlparser ` objects to prevent use of
549549 disproportional amounts of dynamic memory from within an Expat parser.
550550 (Contributed by Bénédikt Tran in :gh: `90949 `.)
551551
Original file line number Diff line number Diff line change 11Add :func: `~xml.parsers.expat.xmlparser.SetAllocTrackerActivationThreshold `
22and :func: `~xml.parsers.expat.xmlparser.SetAllocTrackerMaximumAmplification `
3- to :ref: ` xmlparser < xmlparser-objects > ` objects to prevent use of
4- disproportional amounts of dynamic memory from within an Expat parser. Patch
5- by Bénédikt Tran.
3+ to :class: ` ~xml.parsers.expat. xmlparser ` objects to prevent use of
4+ disproportional amounts of dynamic memory from within an Expat parser.
5+ Patch by Bénédikt Tran.
You can’t perform that action at this time.
0 commit comments