SF 698520:  Iterator for urllib.URLOpener
Contributed by Brett Cannon.
diff --git a/Misc/NEWS b/Misc/NEWS
index a83e282..ebccbec 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -46,6 +46,9 @@
 Library
 -------
 
+- The urllib module now offers support for the iterator protocol.
+  SF patch 698520 contributed by Brett Cannon.
+
 - New module timeit provides a simple framework for timing the
   execution speed of expressions and statements.