Fix for issue 7291 - urllib2 cannot handle https with proxy requiring auth
Refactored HTTPHandler tests and added testcase for proxy authorization.
diff --git a/Misc/NEWS b/Misc/NEWS
index a326c29..c5d2380 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -24,6 +24,9 @@
Library
-------
+- Issue #7231: urllib2 cannot handle https with proxy requiring auth.
+ Patch by Tatsuhiro Tsujikawa.
+
- Issue #7349: Make methods of file objects in the io module accept None as an
argument where file-like objects (ie StringIO and BytesIO) accept them to mean
the same as passing no argument.