]> granicus.if.org Git - python/commitdiff
Move entry to right section. Mention minidom.
authorMartin v. Löwis <martin@v.loewis.de>
Mon, 5 Mar 2012 21:02:28 +0000 (22:02 +0100)
committerMartin v. Löwis <martin@v.loewis.de>
Mon, 5 Mar 2012 21:02:28 +0000 (22:02 +0100)
Misc/NEWS

index ef3d8c8ad0b8cd0880d0a016c15cab7b3dd5601c..132857f682f1a82b85b3042467c72f11ca9d28f3 100644 (file)
--- 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.