Patch #1542948: fix urllib2 header casing issue. With new test.
(backport from rev. 51416)
diff --git a/Misc/NEWS b/Misc/NEWS
index 872563d..537c4b1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -290,8 +290,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.