From b2c7cca0cfda2836ff4ef222bb23ff07a79600fd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Mon, 5 Mar 2012 22:02:28 +0100 Subject: [PATCH] Move entry to right section. Mention minidom. --- Misc/NEWS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index ef3d8c8ad0..132857f682 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -13,6 +13,9 @@ Core and Builtins Library ------- +- Issue #14168: Check for presence of Element._attrs in minidom before + accessing it. + - Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows. Also, add a multiprocessing.connection.wait(rlist, timeout=None) function for polling multiple objects at once. Patch by sbt. @@ -534,8 +537,6 @@ Core and Builtins Library ------- -- Issue #14168: Check for presence of _attrs before accessing it. - - Issue #14195: An issue that caused weakref.WeakSet instances to incorrectly return True for a WeakSet instance 'a' in both 'a < a' and 'a > a' has been fixed. -- 2.40.0