Skip to content

Commit 3ec2ebd

Browse files
committed
update NEWS
1 parent 6c2eab7 commit 3ec2ebd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -558,8 +558,8 @@ xml.parsers.expat
558558

559559
* Add :meth:`~xml.parsers.expat.xmlparser.SetAllocTrackerActivationThreshold`
560560
and :meth:`~xml.parsers.expat.xmlparser.SetAllocTrackerMaximumAmplification`
561-
to :ref:`xmlparser <xmlparser-objects>` objects to prevent use of
562-
disproportional amounts of dynamic memory from within an Expat parser.
561+
to :ref:`xmlparser <xmlparser-objects>` objects to tune protections against
562+
disproportional amounts of dynamic memory usage from within an Expat parser.
563563
(Contributed by Bénédikt Tran in :gh:`90949`.)
564564

565565
* Add :meth:`~xml.parsers.expat.xmlparser.SetBillionLaughsAttackProtectionActivationThreshold`
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Add :meth:`~xml.parsers.expat.xmlparser.SetAllocTrackerActivationThreshold`
22
and :meth:`~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.
3+
to :ref:`xmlparser <xmlparser-objects>` objects to tune protections against
4+
disproportional amounts of dynamic memory usage from within an Expat parser.
55
Patch by Bénédikt Tran.

0 commit comments

Comments
 (0)