diff options
author | R. David Murray <rdmurray@bitdance.com> | 2009-04-09 22:16:43 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2009-04-09 22:16:43 (GMT) |
commit | dc6da8abda6e9faeb34b53520563eed21d42e7e5 (patch) | |
tree | d838c98db711d189ccbbe10cdcf38ab8db059541 /Misc | |
parent | a6191803545927421de2d5a7d9b7a7a1034a363c (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |