[Python-checkins] cpython: Move entry to right section. Mention minidom.
martin.v.loewis
python-checkins at python.org
Mon Mar 5 22:02:40 CET 2012
http://hg.python.org/cpython/rev/39c18162137b
changeset: 75444:39c18162137b
user: Martin v. Löwis <martin at v.loewis.de>
date: Mon Mar 05 22:02:28 2012 +0100
summary:
Move entry to right section. Mention minidom.
files:
Misc/NEWS | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,9 @@
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 @@
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.
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list