Backport PEP 372: OrderedDict()
diff --git a/Misc/NEWS b/Misc/NEWS
index 8c524bb..72e17b3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -168,6 +168,8 @@
 Library
 -------
 
+- PEP 372:  Added collections.OrderedDict().
+
 - Issue #4308: httplib.IncompleteRead's repr doesn't include all of the data all
   ready received.