Issue #6472: The xml.etree package is updated to ElementTree 1.3.  The cElementTree module is updated too.
diff --git a/Misc/NEWS b/Misc/NEWS
index a64bd16..59a7bc3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -24,6 +24,9 @@
 Library
 -------
 
+- Issue #6472: The xml.etree package is updated to ElementTree 1.3.  The
+  cElementTree module is updated too.
+
 - Issue #7880: Fix sysconfig when the python executable is a symbolic link.
 
 - Issue #7624: Fix isinstance(foo(), collections.Callable) for old-style