SF 698520: Iterator for urllib.URLOpener
Contributed by Brett Cannon.
diff --git a/Doc/lib/liburllib.tex b/Doc/lib/liburllib.tex
index 9b1ef31..20e2796 100644
--- a/Doc/lib/liburllib.tex
+++ b/Doc/lib/liburllib.tex
@@ -27,7 +27,8 @@
is raised. If all went well, a file-like object is returned. This
supports the following methods: \method{read()}, \method{readline()},
\method{readlines()}, \method{fileno()}, \method{close()},
-\method{info()} and \method{geturl()}.
+\method{info()} and \method{geturl()}. It also has proper support for
+the iterator protocol.
Except for the \method{info()} and \method{geturl()} methods,
these methods have the same interface as for