Patch #1542948: fix urllib2 header casing issue. With new test.
diff --git a/Misc/NEWS b/Misc/NEWS
index 898f002..f304314 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -304,8 +304,8 @@
- Bug #978833: Really close underlying socket in _socketobject.close.
-- Bug #1459963: urllib and urllib2 now normalize HTTP header names correctly
- with title().
+- Bug #1459963: urllib and urllib2 now normalize HTTP header names with
+ title().
- Patch #1525766: In pkgutil.walk_packages, correctly pass the onerror callback
to recursive calls and call it with the failing package name.