| commit | 42182ebaf6387371c238d2a3484e7f1e085c9d1c | [log] [tgz] |
|---|---|---|
| author | Raymond Hettinger <python@rcn.com> | Sun Mar 09 05:33:33 2003 +0000 |
| committer | Raymond Hettinger <python@rcn.com> | Sun Mar 09 05:33:33 2003 +0000 |
| tree | 8f66f70db6a3ee587fe392a07898179863abe3cc | |
| parent | e9e20a98381bd7689f6813ac66e3400e1069757e [diff] [blame] |
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.