Skip to content

Commit c7668c6

Browse files
committed
merge NEWS entries into one
1 parent 92463c7 commit c7668c6

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Misc/NEWS.d/next/Library/2025-12-16-11-55-55.gh-issue-142754.xuCrt3.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
Remove quadratic behavior in ``xml.minidom`` node ID cache clearing.
1+
Remove quadratic behavior in ``xml.minidom`` node ID cache clearing. In order
2+
to do this without breaking existing users, we also add the *ownerDocument*
3+
attribute to :mod:`xml.dom.minidom` elements and attributes created by directly
4+
instantiating the ``Element`` or ``Attr`` class. Note that this way of creating
5+
nodes is not supported; creator functions like
6+
:py:meth:`xml.dom.Document.documentElement` should be used instead.

0 commit comments

Comments
 (0)