summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2009-04-09 22:16:43 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2009-04-09 22:16:43 (GMT)
commitdc6da8abda6e9faeb34b53520563eed21d42e7e5 (patch)
treed838c98db711d189ccbbe10cdcf38ab8db059541 /Misc
parenta6191803545927421de2d5a7d9b7a7a1034a363c (diff)
downloadcpython-dc6da8abda6e9faeb34b53520563eed21d42e7e5.zip
cpython-dc6da8abda6e9faeb34b53520563eed21d42e7e5.tar.gz
cpython-dc6da8abda6e9faeb34b53520563eed21d42e7e5.tar.bz2
Merged revisions 71414 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r71414 | r.david.murray | 2009-04-09 17:54:50 -0400 (Thu, 09 Apr 2009) | 3 lines Issue #2170: refactored xml.dom.minidom.normalize, increasing both its clarity and its speed. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5339ca1..29e44d5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 3.1 beta 1?
Core and Builtins
-----------------
+- Issue #2170: refactored xml.dom.minidom.normalize, increasing both
+ its clarity and its speed.
+
- Issue #1113244: Py_XINCREF, Py_DECREF, Py_XDECREF: Add `do { ... } while (0)'
to avoid compiler warnings.