Bug #1459963: properly capitalize HTTP header names.
diff --git a/Misc/NEWS b/Misc/NEWS
index b99ba1e..15e74f3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -42,6 +42,9 @@
 Library
 -------
 
+- Bug #1459963: urllib and urllib2 now normalize HTTP header names correctly
+  with title().
+
 - Patch #1525766: In pkgutil.walk_packages, correctly pass the onerror callback
   to recursive calls and call it with the failing package name.